Hello Talent

Source and qualify candidates anywhere you find them on the web

Wat is Hello Talent?

Hello Talent is een Chrome-extensie ontwikkeld door https://app.hellotalent.com, en de belangrijkste functie is "Source and qualify candidates anywhere you find them on the web".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hello Talent

Download Hello Talent-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

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

Basisinformatie over de Extensie

Naam Hello Talent Hello Talent
ID ipphlclhdmfkcpiaienaalcdngaclaon
Officiële URL https://chromewebstore.google.com/detail/hello-talent/ipphlclhdmfkcpiaienaalcdngaclaon
Beschrijving Source and qualify candidates anywhere you find them on the web
Bestandsgrootte 29.65 KB
Aantal Installaties 2,337
Huidige Versie 2.20.17.0
Laatst Bijgewerkt 2024-02-07
Publicatiedatum 2020-07-02
Beoordeling 4.93/5 Totaal 15 Beoordelingen
Ontwikkelaar https://app.hellotalent.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://app.hellotalent.com/
Help Pagina-URL https://support.hellotalent.com/hc/en-us
URL van de Privacybeleid Pagina https://www.talentsoft.com/privacy-policy
Ondersteunde Talen 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": [
        ""
    ]
}