Hello Talent

Source and qualify candidates anywhere you find them on the web

Hello Talent क्या है?

Hello Talent https://app.hellotalent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Source and qualify candidates anywhere you find them on the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hello Talent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Hello Talent Hello Talent
ID ipphlclhdmfkcpiaienaalcdngaclaon
आधिकारिक URL https://chromewebstore.google.com/detail/hello-talent/ipphlclhdmfkcpiaienaalcdngaclaon
विवरण Source and qualify candidates anywhere you find them on the web
फ़ाइल का आकार 29.65 KB
स्थापना संख्या 2,337
वर्तमान संस्करण 2.20.17.0
अंतिम अपडेट 2024-02-07
प्रकाशन तिथि 2020-07-02
रेटिंग 4.93/5 कुल 15 रेटिंग्स
डेवलपर https://app.hellotalent.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://app.hellotalent.com/
सहायता पृष्ठ URL https://support.hellotalent.com/hc/en-us
गोपनीयता नीति पृष्ठ URL https://www.talentsoft.com/privacy-policy
समर्थित भाषाएँ 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": [
        ""
    ]
}