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", "description": "Career Copilot: Profile optimization for LinkedIn, AI Cover Letters, Job Application Tracker and Autofill, ATS Resume Checker & more", "version": "2.9.13", "manifest_version": 3, "name": "Careerflow AI Job Application Tracker, ATS Resume Checker, Autofill & more", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "src\/assets\/img\/logo.png", "default_popup": "popup.html" }, "icons": { "128": "src\/assets\/img\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.style.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.style.css", "src\/assets\/*" ], "matches": [ "https:\/\/*\/*" ] } ], "host_permissions": [ "https:\/\/www.careerflow.ai\/" ], "permissions": [ "storage", "cookies" ], "externally_connectable": { "matches": [ "https:\/\/job-tracker-test-app.web.app\/*", "https:\/\/app.careerflow.ai\/*", "https:\/\/www.careerflow.ai\/*", "https:\/\/careerflow-coach-dev.web.app\/*", "https:\/\/coach.careerflow.ai\/*", "https:\/\/careerflow.coally.com\/*", "https:\/\/careerflow.ecp-careers.com\/*", "https:\/\/careerflow.fourblock.org\/*", "https:\/\/cl.abroadninja.in\/*", "https:\/\/jobs.cyberwarrior.com\/*", "https:\/\/portal.scoutbetter.com\/*", "https:\/\/portal.scoutbetter.com\/*", "https:\/\/dev.getcareerflow.com\/*", "http:\/\/localhost:3001\/*" ] } }