Hello Talent

Source and qualify candidates anywhere you find them on the web

O que é Hello Talent?

Hello Talent é uma extensão do Chrome desenvolvida por https://app.hellotalent.com, e sua principal característica é "Source and qualify candidates anywhere you find them on the web".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hello Talent

Baixe arquivos de extensão Hello Talent no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Proactive recruiting requires you to go out and search everywhere for the ideal candidate, rather than wait for them to come to you. With the Hello Talent extension for Google Chrome you can source candidates from anywhere you find them on the web and add them to collaborative talent pools. 

The process is simple - see the profile, activate the extension, and kablam! – the profile is automatically imported* and into the selected pool in Hello Talent. After adding the profile you can continue to use the extension to enrich it with tags, status updates, ratings, and comments. 

To learn more about Hello Talent visit https://app.hellotalent.com or email us at [email protected].                    

Informações Básicas da Extensão

Nome Hello Talent Hello Talent
ID ipphlclhdmfkcpiaienaalcdngaclaon
URL Oficial https://chromewebstore.google.com/detail/hello-talent/ipphlclhdmfkcpiaienaalcdngaclaon
Descrição Source and qualify candidates anywhere you find them on the web
Tamanho do Arquivo 29.65 KB
Contagem de Instalações 2,337
Versão Atual 2.20.17.0
Última Atualização 2024-02-07
Data de Publicação 2020-07-02
Classificação 4.93/5 Total de 15 Avaliações
Desenvolvedor https://app.hellotalent.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://app.hellotalent.com/
URL da Página de Ajuda https://support.hellotalent.com/hc/en-us
URL da Página de Política de Privacidade https://www.talentsoft.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Source and qualify candidates anywhere you find them on the web",
    "name": "Hello Talent",
    "author": "Hello Talent",
    "manifest_version": 3,
    "version": "2.20.17.0",
    "action": {
        "default_icon": {
            "20": "Images\/favicon.png"
        },
        "default_title": "Import to Hello Talent"
    },
    "icons": {
        "16": "Images\/favicon.png",
        "64": "Images\/icon64.png",
        "128": "Images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Scripts\/paths.json",
                "Scripts\/XingPayloadProfileDetails.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "Scripts\/background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}