Hello Talent

Source and qualify candidates anywhere you find them on the web

Qu'est-ce que Hello Talent ?

Hello Talent est une extension Chrome développée par https://app.hellotalent.com, et sa fonction principale est "Source and qualify candidates anywhere you find them on the web".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hello Talent

Téléchargez les fichiers d'extension Hello Talent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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].                    

Informations de Base sur l'Extension

Nom Hello Talent Hello Talent
ID ipphlclhdmfkcpiaienaalcdngaclaon
URL Officiel https://chromewebstore.google.com/detail/hello-talent/ipphlclhdmfkcpiaienaalcdngaclaon
Description Source and qualify candidates anywhere you find them on the web
Taille du Fichier 29.65 KB
Nombre d'Installations 2,337
Version Actuelle 2.20.17.0
Dernière Mise à Jour 2024-02-07
Date de Publication 2020-07-02
Évaluation 4.93/5 Total 15 Évaluations
Développeur https://app.hellotalent.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.hellotalent.com/
URL de la Page d'Aide https://support.hellotalent.com/hc/en-us
URL de la Page de Politique de Confidentialité https://www.talentsoft.com/privacy-policy
Langues Prises en Charge 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": [
        ""
    ]
}