Glints TalentRadar

Supercharge your sourcing efforts.

Cos'è Glints TalentRadar?

Glints TalentRadar è un'estensione di Chrome sviluppata da https://glints.com, e la sua funzione principale è "Supercharge your sourcing efforts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Glints TalentRadar

Scarica i file di estensione Glints TalentRadar 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

                        For Glints recruiters, it adds talent profiles from external sites into TalentHunt, which enables them to then add into their pipelines.                    

Informazioni di Base sull'Estensione

Nome Glints TalentRadar Glints TalentRadar
ID jkndcaeieneegkffkmfnkgehafphaicb
URL Ufficiale https://chromewebstore.google.com/detail/glints-talentradar/jkndcaeieneegkffkmfnkgehafphaicb
Descrizione Supercharge your sourcing efforts.
Dimensione del File 105 KB
Conteggio Installazioni 115
Versione Corrente 2.1.0
Ultimo Aggiornamento 2024-01-26
Data di Pubblicazione 2020-11-18
Sviluppatore https://glints.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "description": "Supercharge your sourcing efforts.",
    "manifest_version": 3,
    "name": "Glints TalentRadar",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "vendors\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cakeresume.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "vendors\/cakeresume\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "vendors\/linkedin\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "vendors\/cakeresume\/inject.js",
                "vendors\/linkedin\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "storage",
        "management"
    ],
    "host_permissions": [
        "https:\/\/*.bugsnag.com\/*",
        "https:\/\/*.glints.com\/*"
    ]
}