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": "Job Scan (Jobly by Upstaff) - free online job scanner", "version": "1.0.14", "description": "Scan job posting for tech skills, keywords, insights, and recommendations.", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/upstaff.com\/j\/*", "https:\/\/upstaff.com\/job\/*", "https:\/\/upstaff.com\/market\/jobs\/", "https:\/\/*.indeed.com\/*", "https:\/\/www.glassdoor.com\/Job*", "https:\/\/www.linkedin.com\/*", "https:\/\/jobs.workable.com\/*", "https:\/\/www.jobleads.com\/*", "https:\/\/wellfound.com\/jobs*", "https:\/\/www.upwork.com\/*jobs*", "https:\/\/www.upwork.com\/nx\/find-work*", "https:\/\/www.reddit.com\/*", "https:\/\/x.com\/*" ], "js": [ "content-scripts\/upstaff.js" ], "run_at": "document_start" } ], "action": { "default_title": "Click to open panel" }, "side_panel": { "default_path": "index.html" }, "permissions": [ "tabs", "storage", "sidePanel" ], "icons": { "16": "icons\/favicon16.png", "48": "icons\/favicon48.png", "128": "icons\/favicon128.png" }, "web_accessible_resources": [ { "resources": [ "content-styles\/upstaff-ext-content.css", "skills\/skillsDictionary.csv" ], "matches": [ "<all_urls>" ] } ] }