HarverX

Supercharge your ATS experience.

ما هو HarverX؟

HarverX هو إضافة Chrome تم تطويرها بواسطة https://harver.com، والميزة الرئيسية لها هي "Supercharge your ATS experience.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HarverX

قم بتنزيل ملفات الامتداد HarverX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://support.harver.com/
عنوان صفحة سياسة الخصوصية 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"
    ]
}