Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JobFillr - Autofill your Job Applications", "version": "1.2.0.0", "description": "Autofill job application with one click to fill all details like Email, First name, Last name, Country and much more.", "action": { "default_popup": "popup\/popup.html" }, "options_page": "options\/options.html", "icons": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/icon-128.png", "icons\/icon-512.png", "content.css" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "background": { "service_worker": "scripts\/background.js" } }