HarverX

Supercharge your ATS experience.

Wat is HarverX?

HarverX is een Chrome-extensie ontwikkeld door https://harver.com, en de belangrijkste functie is "Supercharge your ATS experience.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HarverX

Download HarverX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HarverX HarverX
ID aapfkdnggjpjpmnbibjnpnkolpgkmcol
Officiële URL https://chromewebstore.google.com/detail/harverx/aapfkdnggjpjpmnbibjnpnkolpgkmcol
Beschrijving Supercharge your ATS experience.
Bestandsgrootte 1.34 MB
Aantal Installaties 99
Huidige Versie 1.7.0
Laatst Bijgewerkt 2021-06-11
Publicatiedatum 2020-03-15
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://harver.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://harver.com/
Help Pagina-URL https://support.harver.com/
URL van de Privacybeleid Pagina https://harver.com/privacy-policy
Ondersteunde Talen 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"
    ]
}