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",
"manifest_version": 3,
"name": "BossFinder-\u4e00\u952e\u5feb\u901f\u641c\u516c\u53f8",
"version": "1.222",
"description": "\u4f7f\u7528 Boss\u76f4\u8058\u65f6\uff0c\u5e2e\u52a9\u4f60\u5feb\u901f\u5728\u3010\u5929\u773c\u67e5\u3011\u3001\u3010\u8109\u8109\u3011\u3001\u3010\u77e5\u4e4e\u3011\u3001\u3010bing\u3011\u641c\u7d22\u516c\u53f8\u4fe1\u606f\uff0c\u5feb\u901f\u4e86\u89e3\u4f01\u4e1a\u80cc\u666f\u3002",
"permissions": [
"tabGroups"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.zhipin.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
},
{
"matches": [
"https:\/\/jobs.51job.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
}
}