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": "Jobalytics - ATS Resume Checker & Job Tracker",
"description": "Optimize your resume for ATS with keyword analysis, match scores, and job tracking. Works on LinkedIn, Indeed, Glassdoor & more.",
"version": "2.2.3",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"host_permissions": [
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.indeed.com\/*",
"https:\/\/*.glassdoor.com\/*",
"https:\/\/*.glassdoor.com\/Job\/*",
"https:\/\/*.glassdoor.com\/jobs\/*",
"https:\/\/*.glassdoor.co.uk\/*",
"https:\/\/*.glassdoor.com.au\/*",
"https:\/\/*.glassdoor.com.br\/*",
"https:\/\/*.glassdoor.be\/*",
"https:\/\/*.glassdoor.ca\/*",
"https:\/\/*.glassdoor.de\/*",
"https:\/\/*.glassdoor.es\/*",
"https:\/\/*.glassdoor.fr\/*",
"https:\/\/*.glassdoor.ie\/*",
"https:\/\/*.glassdoor.it\/*",
"https:\/\/*.glassdoor.at\/*",
"https:\/\/*.glassdoor.ch\/*",
"https:\/\/*.glassdoor.nl\/*",
"https:\/\/*.glassdoor.sg\/*",
"https:\/\/*.glassdoor.co.in\/*",
"https:\/\/*.glassdoor.co.nz\/*",
"https:\/\/*.glassdoor.com.mx\/*",
"https:\/\/*.glassdoor.com.sg\/*",
"https:\/\/*.glassdoor.com.tr\/*",
"https:\/\/*.glassdoor.com.vn\/*",
"https:\/\/*.glassdoor.com.hk\/*",
"https:\/\/*.glassdoor.com.ar\/*",
"https:\/\/*.glassdoor.com.sa\/*",
"https:\/\/*.jobalytics.app\/*",
"https:\/\/*.myworkdayjobs.com\/*",
"https:\/\/*.greenhouse.io\/*",
"https:\/\/*.joinhandshake.com\/*"
],
"permissions": [
"storage",
"scripting",
"activeTab",
"tabs",
"sidePanel"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"icon\/icon.png"
]
}
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.glassdoor.at\/*",
"https:\/\/*.glassdoor.be\/*",
"https:\/\/*.glassdoor.ca\/*",
"https:\/\/*.glassdoor.ch\/*",
"https:\/\/*.glassdoor.co.in\/*",
"https:\/\/*.glassdoor.co.nz\/*",
"https:\/\/*.glassdoor.co.uk\/*",
"https:\/\/*.glassdoor.com.ar\/*",
"https:\/\/*.glassdoor.com.au\/*",
"https:\/\/*.glassdoor.com.br\/*",
"https:\/\/*.glassdoor.com.hk\/*",
"https:\/\/*.glassdoor.com.mx\/*",
"https:\/\/*.glassdoor.com.sa\/*",
"https:\/\/*.glassdoor.com.sg\/*",
"https:\/\/*.glassdoor.com.tr\/*",
"https:\/\/*.glassdoor.com.vn\/*",
"https:\/\/*.glassdoor.com\/Job\/*",
"https:\/\/*.glassdoor.com\/job-listing\/*",
"https:\/\/*.glassdoor.com\/jobs\/*",
"https:\/\/*.glassdoor.de\/*",
"https:\/\/*.glassdoor.es\/*",
"https:\/\/*.glassdoor.fr\/*",
"https:\/\/*.glassdoor.ie\/*",
"https:\/\/*.glassdoor.it\/*",
"https:\/\/*.glassdoor.nl\/*",
"https:\/\/*.glassdoor.sg\/*",
"https:\/\/*.greenhouse.io\/*",
"https:\/\/*.indeed.com\/?*",
"https:\/\/*.indeed.com\/jobs*",
"https:\/\/*.indeed.com\/viewjob*",
"https:\/\/*.joinhandshake.com\/jobs\/*",
"https:\/\/*.joinhandshake.com\/postings\/*",
"https:\/\/*.myworkdayjobs.com\/*",
"https:\/\/www.linkedin.com\/jobs\/collections\/*",
"https:\/\/www.linkedin.com\/jobs\/search-results\/*",
"https:\/\/www.linkedin.com\/jobs\/search\/*",
"https:\/\/www.linkedin.com\/jobs\/view\/*"
],
"all_frames": false,
"run_at": "document_idle",
"js": [
"content-scripts\/content.js"
]
}
]
}