Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Autofill Job Applications - JobAppFiller", "description": "The Best Autofill Since Sliced Bread.", "version": "2.1.3", "action": { "default_icon": "logo.png", "default_title": "Autofill Job Applications - JobAppFiller", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/*.myworkdayjobs.com\/*", "https:\/\/*.myworkdaysite.com\/*", "https:\/\/*.greenhouse.io\/*" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/*.myworkdayjobs.com\/*", "https:\/\/*.myworkdaysite.com\/*", "https:\/\/*.greenhouse.io\/*" ], "all_frames": true } ], "permissions": [ "storage", "unlimitedStorage" ] }