Glints TalentRadar

Supercharge your sourcing efforts.

Wat is Glints TalentRadar?

Glints TalentRadar is een Chrome-extensie ontwikkeld door https://glints.com, en de belangrijkste functie is "Supercharge your sourcing efforts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Glints TalentRadar

Download Glints TalentRadar-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

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

Basisinformatie over de Extensie

Naam Glints TalentRadar Glints TalentRadar
ID jkndcaeieneegkffkmfnkgehafphaicb
Officiële URL https://chromewebstore.google.com/detail/glints-talentradar/jkndcaeieneegkffkmfnkgehafphaicb
Beschrijving Supercharge your sourcing efforts.
Bestandsgrootte 105 KB
Aantal Installaties 115
Huidige Versie 2.1.0
Laatst Bijgewerkt 2024-01-26
Publicatiedatum 2020-11-18
Ontwikkelaar https://glints.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}