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", "name": "EasyJobs - Autofill job applications", "description": "Your one-click solution to job applications. Powered by AI.", "version": "0.3.7", "manifest_version": 3, "icons": { "128": "assets\/icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "*.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "permissions": [ "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "action": { "default_title": "Open Dashboard", "default_popup": "popup\/test.html" } }