Pocket Recruiter

Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.

Pocket Recruiter란 무엇입니까?

Pocket Recruiter은(는) https://pocketrecruiter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pocket Recruiter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Improved matching to get more results
Stability Fixes                    

확장 프로그램 기본 정보

이름 Pocket Recruiter Pocket Recruiter
ID omlbbmjaebechjbflanadgohglkjhjmc
공식 URL https://chromewebstore.google.com/detail/pocket-recruiter/omlbbmjaebechjbflanadgohglkjhjmc
설명 Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.
파일 크기 741 KB
설치 횟수 1,538
현재 버전 3.0.15
최근 업데이트 2023-08-28
출시 날짜 2020-06-01
평점 5.00/5 총 2 개의 평점
개발자 https://pocketrecruiter.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.pocketrecruiter.com
개인정보 보호 정책 페이지 URL https://www.pocketrecruiter.com/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pocket Recruiter ",
    "version": "3.0.15",
    "manifest_version": 3,
    "description": "Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.",
    "icons": {
        "16": "images\/pr.favi.icon.png",
        "128": "images\/icon.128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "bgscripts.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.pocketrecruiter.com\/*",
        "*:\/\/*.indeed.com\/*",
        "*:\/\/*.seek.com.au\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.xing.com\/*",
        "*:\/\/*.naukrigulf.com\/*",
        "*:\/\/*.naukri.com\/*",
        "*:\/\/*.localhost\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "temp\/*",
                "scripts\/seek\/contentscripts\/seek.injected.js",
                "scripts\/core\/contentscripts\/pagescript.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "use_dynamic_url": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.pocketrecruiter.com\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pocketrecruiter.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.seek.com.au\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.localhost\/*",
                "*:\/\/*.xing.com\/*",
                "*:\/\/*.naukrigulf.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/core\/contentscripts\/contentscript.js",
                "scripts\/seek\/contentscripts\/seek.contentscript.js",
                "scripts\/linkedin\/contentscripts\/linkedin.contentscript.js",
                "scripts\/indeed\/contentscripts\/indeedcontentscript.js",
                "scripts\/xing\/contentscripts\/xing.contentscript.js",
                "scripts\/naukrigulf\/contentscripts\/naukrigulf.contentscript.js",
                "scripts\/naukri-india\/contentscripts\/naukriindia.contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/pr.favi.icon.png",
            "38": "images\/pr.favi.icon.png"
        },
        "default_title": "Pocket Recruiter",
        "default_popup": "popup.html"
    }
}