简历搜索助手

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

简历搜索助手란 무엇입니까?

简历搜索助手은(는) zhichou999에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "嫌BOSS直聘中人才回复慢?“简历搜索助手”帮你一键搜索候选人简历,直接下载联系,不必在线等回复,提高招聘效率。"입니다.

확장 프로그램 스크린샷

screenshot

简历搜索助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 简历搜索助手 简历搜索助手
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\/"
}