Glints TalentRadar

Supercharge your sourcing efforts.

Что такое Glints TalentRadar?

Glints TalentRadar - это расширение Chrome, разработанное https://glints.com, и его основная функция - "Supercharge your sourcing efforts.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Glints TalentRadar

Скачайте файлы расширений Glints TalentRadar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Glints TalentRadar Glints TalentRadar
ID jkndcaeieneegkffkmfnkgehafphaicb
Официальный URL https://chromewebstore.google.com/detail/glints-talentradar/jkndcaeieneegkffkmfnkgehafphaicb
Описание Supercharge your sourcing efforts.
Размер файла 105 KB
Количество установок 115
Текущая Версия 2.1.0
Последнее Обновление 2024-01-26
Дата публикации 2020-11-18
Разработчик https://glints.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}