HarverX

Supercharge your ATS experience.

Cos'è HarverX?

HarverX è un'estensione di Chrome sviluppata da https://harver.com, e la sua funzione principale è "Supercharge your ATS experience.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HarverX

Scarica i file di estensione HarverX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome HarverX HarverX
ID aapfkdnggjpjpmnbibjnpnkolpgkmcol
URL Ufficiale https://chromewebstore.google.com/detail/harverx/aapfkdnggjpjpmnbibjnpnkolpgkmcol
Descrizione Supercharge your ATS experience.
Dimensione del File 1.34 MB
Conteggio Installazioni 99
Versione Corrente 1.7.0
Ultimo Aggiornamento 2021-06-11
Data di Pubblicazione 2020-03-15
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://harver.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://harver.com/
URL della Pagina di Aiuto https://support.harver.com/
URL della Pagina della Politica sulla Privacy https://harver.com/privacy-policy
Lingue Supportate 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"
    ]
}