PCR Capture

Capture potential candidates from across the web and place them into your PCR database.

PCR Captureคืออะไร?

PCR Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PCRecruiter และคุณลักษณะหลักของมันคือ "Capture potential candidates from across the web and place them into your PCR database."

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

screenshot
screenshot
screenshot

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

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

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

                        The PCR Capture browser plugin for Chrome extends the functionality of PCRecruiter, a web-based recruitment, staffing, and HR sourcing CRM/ATS. With the new version of PCR Capture, users can import new candidates and clients, as well as update and merge data into existing records faster than ever.

Improved duplicate detection and merging algorithms make it easier than ever to keep your talent pool updated and free of duplicate data. Import photos, social network profiles, phone numbers, email addresses, and postal addresses straight to the database from your browser at any time.

Link contacts to positions, add notes, add activities, and more as you update your talent pool. Free for all PCRecruiter ASP-hosted customers, PCR Capture is a must-have sourcing tool for any recruiter, contract placement professional, human resources sourcer, or data entry personnel.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PCR Capture PCR Capture
ID dfgdlkjpipgemdjaggbaponjifbnekhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pcr-capture/dfgdlkjpipgemdjaggbaponjifbnekhj
คำอธิบาย Capture potential candidates from across the web and place them into your PCR database.
ขนาดไฟล์ 1.06 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2024-01-25
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา PCRecruiter
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://learning.pcrecruiter.net/site/docs/additional/pcr-capture/
URL หน้าช่วยเหลือ https://www.pcrecruiter.net/support
URL หน้านโยบายความเป็นส่วนตัว https://www.pcrecruiter.net/site/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PCR Capture",
    "version": "1.0.6",
    "description": "Capture potential candidates from across the web and place them into your PCR database.",
    "homepage_url": "http:\/\/www.pcrecruiter.net",
    "icons": {
        "16": "apps\/capture\/src\/assets\/icon\/icon16.png",
        "48": "apps\/capture\/src\/assets\/icon\/icon48.png",
        "128": "apps\/capture\/src\/assets\/icon\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "apps\/capture\/src\/assets\/icon\/icon19.png",
            "38": "apps\/capture\/src\/assets\/icon\/icon38.png"
        },
        "default_title": "PCR Capture",
        "default_popup": "apps\/capture\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.tsx.b46863f9.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "apps\/capture\/src\/assets\/fonticons-static.css",
                "apps\/web\/public\/myfonts\/fonts\/PCRIconsX20221010.woff",
                "apps\/web\/public\/myfonts\/fonts\/PCRIconsX20221010.ttf",
                "assets\/uno.css",
                "public\/normalizer.css",
                "apps\/capture\/src\/assets\/svg\/pcr\/logo.svg",
                "apps\/capture\/src\/assets\/svg\/pcr\/PCRecruiter.svg",
                "apps\/capture\/src\/whatsNew.html",
                "assets\/CompanyRecord.f95470b2.js",
                "assets\/MatchSelectors.5227db58.js",
                "assets\/defaultCaptureReviewConfiguration.61b19ae5.js",
                "assets\/content.tsx.b46863f9.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ]
}