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": "SpeedyApply: Job Application Autofill Tool", "description": "Applying to jobs just got easier. Automate job applications with a single click and track your progress over time.", "version": "2.17.1", "short_name": "SpeedyApply", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "author": "[email protected]", "homepage_url": "https:\/\/speedyapply.com", "permissions": [ "storage", "tabs", "contextMenus", "sidePanel" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "options.html" ], "matches": [ "<all_urls>" ], "extension_ids": [ "mbgjopdedgonlbpikjfibkccpmhjbnag" ] }, { "resources": [ "content-scripts\/content.css" ], "matches": [ "*:\/\/*\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlcGrEhb20+Zo1vrslurXRqYEVk7IH6cV30Xge\/gi5WwaIqLgB235A7lMTYRRV+pROtbsutie3mbB6YHsQT3OF\/N94fdA7EkEfvaELnsMYS8G7stqdQq9i8iIACrHlwvqn8jI3G5KlRFH1zqWU\/ihRbg+WdAYK1zR9lX6VqBpJplsYaPYmtGdfMpfWz1tSd+cQlpm3ffHOPUt7j8DWY3sLME\/C4HMqPf+++yVWMsw\/gaYYhPo\/6vaRSpvT73OfMK2MlxXRf+NYh5x8NKO7B1hE4KAXlbBwyBKbAdO+rOFl1rAKPiwhApDw3bjVVc1HJMLXXB190xPFWbl+UVYZvvuWQIDAQAB", "background": { "service_worker": "background.js" }, "action": { "default_title": "SpeedyApply: Job Application Autofill Tool", "default_popup": "popup.html" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "content-scripts\/content.js" ] } ] }