简历搜索助手
嫌BOSS直聘中人才回复慢?“简历搜索助手”帮你一键搜索候选人简历,直接下载联系,不必在线等回复,提高招聘效率。
简历搜索助手とは何ですか?
简历搜索助手はzhichou999によって開発されたChromeの拡張機能で、その主な機能は「嫌BOSS直聘中人才回复慢?“简历搜索助手”帮你一键搜索候选人简历,直接下载联系,不必在线等回复,提高招聘效率。」です。
拡張機能のスクリーンショット
简历搜索助手拡張機能のCRXファイルをダウンロード
简历搜索助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | fgpidfhocldjchcijmingjalohcidgjp |
| 公式URL | https://chromewebstore.google.com/detail/%E7%AE%80%E5%8E%86%E6%90%9C%E7%B4%A2%E5%8A%A9%E6%89%8B/fgpidfhocldjchcijmingjalohcidgjp |
| 説明 | 嫌BOSS直聘中人才回复慢?“简历搜索助手”帮你一键搜索候选人简历,直接下载联系,不必在线等回复,提高招聘效率。 |
| ファイルサイズ | 51.78 KB |
| インストール数 | 46 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2018-10-29 |
| 公開日 | 2018-10-29 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | zhichou999 |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u7b80\u5386\u641c\u7d22\u52a9\u624b",
"manifest_version": 2,
"version": "1.0.4",
"description": "\u5accBOSS\u76f4\u8058\u4e2d\u4eba\u624d\u56de\u590d\u6162\uff1f\u201c\u7b80\u5386\u641c\u7d22\u52a9\u624b\u201d\u5e2e\u4f60\u4e00\u952e\u641c\u7d22\u5019\u9009\u4eba\u7b80\u5386\uff0c\u76f4\u63a5\u4e0b\u8f7d\u8054\u7cfb\uff0c\u4e0d\u5fc5\u5728\u7ebf\u7b49\u56de\u590d\uff0c\u63d0\u9ad8\u62db\u8058\u6548\u7387\u3002",
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.zhipin.com\/*"
],
"all_frames": true,
"js": [
"js\/jquery-1.11.3.min.js",
"js\/content-script.js"
],
"css": [
"css\/custom.css"
],
"run_at": "document_end"
},
{
"matches": [
"http:\/\/www.fenjianli.com\/*"
],
"all_frames": true,
"js": [
"js\/jquery-1.11.3.min.js",
"js\/fenjianli.js"
],
"css": [
"css\/custom.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/ihr.zhaopin.com\/*"
],
"all_frames": true,
"js": [
"js\/jquery-1.11.3.min.js",
"js\/zhilian.js",
"js\/zhilian-button.js"
],
"css": [
"css\/zhilian.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/ehire.51job.com\/*"
],
"all_frames": true,
"js": [
"js\/jquery-1.11.3.min.js",
"js\/job51.js"
],
"css": [
"css\/custom.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/maimai.cn\/*"
],
"all_frames": true,
"js": [
"js\/jquery-1.11.3.min.js",
"js\/maimai.js"
],
"css": [
"css\/custom.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"options_ui": {
"page": "html\/option.html",
"chrome_style": true
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "\u667a\u7b79\u7b80\u5386\u52a9\u624b",
"default_popup": "popup.html"
},
"homepage_url": "http:\/\/www.zhichou.com\/"
} | |