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", "name": "EazJob - linkedin Auto Apply", "version": "107.1", "description": "EazJob is a linkedin Auto Apply in your browser", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "index.html", "default_title": "EazJob - linkedin AutoApply", "default_icon": { "16": "logo-mini.png", "48": "logo-mini.png", "128": "logo-mini.png" } }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.eazjob.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "script.js" ] } ], "host_permissions": [ "*:\/\/localhost\/*", "*:\/\/*.eazjob.com\/*", "*:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ { "resources": [ "inject.js", "assets\/*", "dist\/*" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/*.eazjob.com\/*", "*:\/\/*.linkedin.com\/*" ] } ], "permissions": [ "scripting", "activeTab", "storage" ] }