Employee Referrals Recruiter Tool

Manage referrals alongside your ATS

Cos'è Employee Referrals Recruiter Tool?

Employee Referrals Recruiter Tool è un'estensione di Chrome sviluppata da https://employeereferrals.com, e la sua funzione principale è "Manage referrals alongside your ATS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Employee Referrals Recruiter Tool

Scarica i file di estensione Employee Referrals Recruiter Tool 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

                        Our Chrome extension makes managing your new referrals a snap. It’s designed specifically with recruiters in mind and allows you to follow up with new referrals as they arrive without interrupting your workflow.                    

Informazioni di Base sull'Estensione

Nome Employee Referrals Recruiter Tool Employee Referrals Recruiter Tool
ID npbjkomipfhcgdnhihiggfcgkpohdhke
URL Ufficiale https://chromewebstore.google.com/detail/employee-referrals-recrui/npbjkomipfhcgdnhihiggfcgkpohdhke
Descrizione Manage referrals alongside your ATS
Dimensione del File 10.03 KB
Conteggio Installazioni 60
Versione Corrente 2.1.01
Ultimo Aggiornamento 2023-01-08
Data di Pubblicazione 2019-10-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://employeereferrals.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.employeereferrals.com
URL della Pagina di Aiuto https://www.employeereferrals.com/contact-us
URL della Pagina della Politica sulla Privacy https://www.employeereferrals.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1.01",
    "name": "Employee Referrals Recruiter Tool",
    "description": "Manage referrals alongside your ATS",
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "https:\/\/api.employeereferrals.com\/api\/users\/*\/unviewed_referrals_count?subdomain=*",
        "https:\/\/api-eu.employeereferrals.com\/api\/users\/*\/unviewed_referrals_count?subdomain=*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": "icon-48.png",
        "default_title": "Click to view referrals"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ]
}