HarverX

Supercharge your ATS experience.

HarverX란 무엇입니까?

HarverX은(는) https://harver.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supercharge your ATS experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Use Harver's Matching Technology straight from your ATS and supercharge your hiring!
HarverX seamlessly connects Harver to your Applicant Tracking System with the click of a button. 
Enjoy Harver's top features without ever switching systems.  

With HarverX you can:
* Invite applicants to Harver vacancies straight from your ATS.
* View applicants' scores on various tests.
* View the Harver Matching Score and Harver Matching Profile.

How to use:
* Add the extension to your Browser 
* Log-in with your Harver (my.harver.com) credentials
* Select and confirm your preferred ATS
* Go to your ATS and open a Candidate profile to see the results                    

확장 프로그램 기본 정보

이름 HarverX HarverX
ID aapfkdnggjpjpmnbibjnpnkolpgkmcol
공식 URL https://chromewebstore.google.com/detail/harverx/aapfkdnggjpjpmnbibjnpnkolpgkmcol
설명 Supercharge your ATS experience.
파일 크기 1.34 MB
설치 횟수 99
현재 버전 1.7.0
최근 업데이트 2021-06-11
출시 날짜 2020-03-15
평점 5.00/5 총 3 개의 평점
개발자 https://harver.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://harver.com/
도움말 페이지 URL https://support.harver.com/
개인정보 보호 정책 페이지 URL https://harver.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HarverX",
    "description": "Supercharge your ATS experience.",
    "version": "1.7.0",
    "browser_action": {
        "default_icon": {
            "16": ".\/assets\/[email protected]",
            "48": ".\/assets\/[email protected]",
            "128": ".\/assets\/[email protected]"
        },
        "default_title": "HarverX",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": ".\/assets\/[email protected]",
        "48": ".\/assets\/[email protected]",
        "128": ".\/assets\/[email protected]"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "background",
        "tabs",
        "activeTab",
        "storage",
        "webNavigation",
        "",
        "https:\/\/api.uat.harver.com\/*",
        "https:\/\/api.harver.com\/*"
    ],
    "web_accessible_resources": [
        "*.svg",
        "*.png",
        "*.otf",
        "*.css"
    ]
}