CAYPRO One Click Import Tool

Do easy, one-click candidate import from job boards into CAYPRO applicant tracking system.

CAYPRO One Click Import Toolคืออะไร?

CAYPRO One Click Import Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://caypro.io และคุณลักษณะหลักของมันคือ "Do easy, one-click candidate import from job boards into CAYPRO applicant tracking system."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CAYPRO One Click Import Tool

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

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

                        We do support most of the popular job boards. 

Adding candidates from job boards to CAYPRO ATS has never been easier. Copy your candidates with one single click from the job board into CAYPRO, using the Candidate Import button. Bingo, zero data entry needed, your candidate data is indexed and saved within the ATS, ready to be processed against current or future open jobs. Well, this is just the beginning. More upgrades with additional CAYPRO integration features coming soon.

This extension assumes you have an active CAYPRO or CAYPRO India account. In case you wish to get one, or just want to enquire, do reach out to us at [email protected]. We would be glad to be of help.

More features coming soon.                    

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

ชื่อ CAYPRO One Click Import Tool CAYPRO One Click Import Tool
ID pfoimbcoejhhkjadmmpfcdilceicmegm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/caypro-one-click-import-t/pfoimbcoejhhkjadmmpfcdilceicmegm
คำอธิบาย Do easy, one-click candidate import from job boards into CAYPRO applicant tracking system.
ขนาดไฟล์ 842 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 21.32
อัปเดตครั้งล่าสุด 2023-06-25
วันที่เผยแพร่ 2020-05-22
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://caypro.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.caypro.io
URL หน้าช่วยเหลือ https://help.caypro.io
URL หน้านโยบายความเป็นส่วนตัว https://caypro.io/Home/PrivacyTerms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CAYPRO One Click Import Tool",
    "manifest_version": 2,
    "version": "21.32",
    "description": "Do easy, one-click candidate import from job boards into CAYPRO applicant tracking system.",
    "browser_action": {
        "default_title": "CAYPRO - One Click Import Tool",
        "default_popup": "view\/popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "contextMenus",
        "webRequestBlocking",
        "activeTab",
        "https:\/\/*.caypro.io\/*",
        "https:\/\/*.talentnow.com\/*",
        "https:\/\/*.timesjobs.com\/*",
        "https:\/\/*.naukri.com\/*",
        "https:\/\/*.shine.com\/*"
    ],
    "background": {
        "page": "view\/background.html"
    },
    "options_page": "view\/settings.html",
    "icons": {
        "16": "images\/Befast_512.png",
        "48": "images\/Befast_512.png",
        "128": "images\/Befast_512.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' https:\/\/static.licdn.com\/*",
    "web_accessible_resources": [
        "view\/DupNotification.htm",
        "js\/iframeInjector.js",
        "js\/validation.js",
        "js\/dupvalidation.js"
    ]
}