简历搜索助手

嫌BOSS直聘中人才回复慢?“简历搜索助手”帮你一键搜索候选人简历,直接下载联系,不必在线等回复,提高招聘效率。

What is 简历搜索助手?

简历搜索助手 is a Chrome extension developed by zhichou999, and its main feature is "嫌BOSS直聘中人才回复慢?“简历搜索助手”帮你一键搜索候选人简历,直接下载联系,不必在线等回复,提高招聘效率。".

Extension Screenshots

screenshot

Download 简历搜索助手 Extension CRX File

Download 简历搜索助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name 简历搜索助手 简历搜索助手
ID fgpidfhocldjchcijmingjalohcidgjp
Official 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
Description 嫌BOSS直聘中人才回复慢?“简历搜索助手”帮你一键搜索候选人简历,直接下载联系,不必在线等回复,提高招聘效率。
File Size 51.78 KB
Installation Count 46
Current Version 1.0.4
Last Updated 2018-10-29
Publish Date 2018-10-29
Rating 5.00/5 Total 1 Ratings
Developer zhichou999
Payment Type free
Supported Languages 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\/"
}