HarverX

Supercharge your ATS experience.

Qu'est-ce que HarverX ?

HarverX est une extension Chrome développée par https://harver.com, et sa fonction principale est "Supercharge your ATS experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HarverX

Téléchargez les fichiers d'extension HarverX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HarverX HarverX
ID aapfkdnggjpjpmnbibjnpnkolpgkmcol
URL Officiel https://chromewebstore.google.com/detail/harverx/aapfkdnggjpjpmnbibjnpnkolpgkmcol
Description Supercharge your ATS experience.
Taille du Fichier 1.34 MB
Nombre d'Installations 99
Version Actuelle 1.7.0
Dernière Mise à Jour 2021-06-11
Date de Publication 2020-03-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://harver.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://harver.com/
URL de la Page d'Aide https://support.harver.com/
URL de la Page de Politique de Confidentialité https://harver.com/privacy-policy
Langues Prises en Charge 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"
    ]
}