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": "Uplers Autofill Job", "author": "uplers", "version": "1.6", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "minimum_chrome_version": "109", "content_scripts": [ { "matches": [ "*:\/\/*\/*careers*", "*:\/\/*\/*career*", "*:\/\/*\/*jobs*", "*:\/\/*\/*job*", "*:\/\/*\/*apply*", "*:\/\/*\/*recruitment*", "*:\/\/*\/*opportunities*", "*:\/\/*\/*vacancies*", "*:\/\/*\/*openings*", "*:\/\/*\/*positions*", "*:\/\/*\/*employment*", "*:\/\/*\/*career-center*", "*:\/\/*\/*job-listings*", "*:\/\/*\/*submit-application*", "*:\/\/*\/*job-board*", "*:\/\/*\/*work-with-us*", "*:\/\/*\/*join-our-team*", "*:\/\/*\/*trainee-programs*", "*:\/\/*\/*graduate-jobs*", "*:\/\/*\/*internships*", "*:\/\/*\/*campus-hiring*", "*:\/\/*\/*my-application*", "*:\/\/*\/*candidate*", "*:\/\/*\/*applicant*", "*:\/\/*\/*job-seeker*", "*:\/\/*\/*apply-now*" ], "js": [ "js\/content.js" ], "exclude_matches": [ "*:\/\/*.uplers.com\/*" ], "type": "module", "all_frames": true }, { "matches": [ "*:\/\/*.uplers.com\/*" ], "js": [ "js\/uplers.js" ], "type": "module" } ], "action": { "default_popup": "index.html", "chrome_style": false }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "index.html", "utils.js" ], "matches": [ "*:\/\/*\/*" ] } ] }