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", "name": "AI Interviewer MIR by MirWork", "manifest_version": 3, "version": "0.1.3", "description": "Quick mock interview for any jobs on multiple platforms", "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.linkedin.com\/jobs\/*", "https:\/\/*.indeed.com\/*", "https:\/\/www.glassdoor.com\/*", "https:\/\/www.104.com.tw\/job\/*", "https:\/\/www.zhipin.com\/*", "https:\/\/www.lagou.com\/*", "https:\/\/hopbackend.azurewebsites.net\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/jobs\/*", "https:\/\/*.indeed.com\/viewjob*", "https:\/\/www.glassdoor.com\/Job\/*", "https:\/\/www.104.com.tw\/job\/*", "https:\/\/www.zhipin.com\/geek\/jobs*", "https:\/\/www.lagou.com\/jobs\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/mirwork.png" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_title": "Mirwork quickmock plugin", "default_icon": { "16": "assets\/icon16.png" } } }