Glints TalentRadar

Supercharge your sourcing efforts.

Co to jest Glints TalentRadar?

Glints TalentRadar to rozszerzenie Chrome opracowane przez https://glints.com, a jego główną funkcją jest „Supercharge your sourcing efforts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Glints TalentRadar

Pobierz pliki rozszerzeń Glints TalentRadar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Glints TalentRadar Glints TalentRadar
ID jkndcaeieneegkffkmfnkgehafphaicb
Oficjalny URL https://chromewebstore.google.com/detail/glints-talentradar/jkndcaeieneegkffkmfnkgehafphaicb
Opis Supercharge your sourcing efforts.
Rozmiar pliku 105 KB
Liczba instalacji 115
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2024-01-26
Data Publikacji 2020-11-18
Deweloper https://glints.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}