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, "version": "2.12", "name": "JobForm Automator: AI Auto Apply, Autofill Most Forms & Auto Email HR", "description": "Automate your job Applications : Auto-Apply on LinkedIn & Monster, AI Auto-Fill Forms, Auto Email HR", "action": { "default_popup": ".\/intro.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo64.png", "128": "images\/logo128.png" }, "default_title": "JobFrom Automator" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo64.png", "128": "images\/logo128.png" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "tabs", "notifications", "alarms", "scripting" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "all_frames": true } ], "content_security_policy": { "content_security_policy": "script-src 'self'; 'wasm-unsafe-eval'; object-src 'self';" } }