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은(는) https://caypro.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do easy, one-click candidate import from job boards into CAYPRO applicant tracking system."입니다.

확장 프로그램 스크린샷

screenshot

CAYPRO One Click Import Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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