Pocket Recruiter

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

Pocket Recruiterคืออะไร?

Pocket Recruiter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pocketrecruiter.com และคุณลักษณะหลักของมันคือ "Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocket Recruiter

ดาวน์โหลดไฟล์ส่วนขยาย Pocket Recruiter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}