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", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "1.0.1", "name": "Glassdoor Jobs Exporter - Scrape jobs to csv", "description": "Export job data from Glassdoor's job listings to a CSV file with one click", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "identity", "tabs", "storage", "downloads" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "getGlassdoorJobInfo.b2bf197b.js" ], "all_frames": false, "run_at": "document_end", "css": [] }, { "matches": [ "<all_urls>" ], "js": [ "getGlassdoorParams.15f0f13f.js" ], "all_frames": false, "run_at": "document_end", "css": [] }, { "matches": [ "https:\/\/letsfaster.com\/oauth\/*" ], "js": [ "loginRedirect.370b1e37.js" ], "all_frames": false, "run_at": "document_end", "css": [] }, { "matches": [ "<all_urls>" ], "js": [ "scrapeJobs.23293d5b.js" ], "all_frames": false, "run_at": "document_end", "css": [] } ], "host_permissions": [ "*:\/\/*.glassdoor.at\/*", "*:\/\/*.glassdoor.ch\/*", "*:\/\/*.glassdoor.de\/*", "*:\/\/*.glassdoor.com.au\/*", "*:\/\/*.glassdoor.ca\/*", "*:\/\/*.glassdoor.co.uk\/*", "*:\/\/*.glassdoor.com.hk\/*", "*:\/\/*.glassdoor.ie\/*", "*:\/\/*.glassdoor.co.in\/*", "*:\/\/*.glassdoor.co.nz\/*", "*:\/\/*.glassdoor.sg\/*", "*:\/\/*.glassdoor.com\/*", "*:\/\/*.glassdoor.com.ar\/*", "*:\/\/*.glassdoor.es\/*", "*:\/\/*.glassdoor.com.mx\/*", "*:\/\/*.glassdoor.be\/*", "*:\/\/*.glassdoor.ca\/*", "*:\/\/*.glassdoor.ch\/*", "*:\/\/*.glassdoor.fr\/*", "*:\/\/*.glassdoor.it\/*", "*:\/\/*.glassdoor.be\/*", "*:\/\/*.glassdoor.nl\/*", "*:\/\/*.glassdoor.com.br\/*" ], "oauth2": { "client_id": "201420387100-12hq8noj0s7io2g272ecs0odfd6e05jk.apps.googleusercontent.com", "scopes": [ "email" ] }, "web_accessible_resources": [ { "resources": [ "styles\/*" ], "matches": [ "<all_urls>" ] }, { "matches": [ "<all_urls>" ], "resources": [ "getWindow.ff76ee5e.js" ] } ] }