Hello Talent

Source and qualify candidates anywhere you find them on the web

Τι είναι το Hello Talent;

Το Hello Talent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://app.hellotalent.com, και η κύρια λειτουργία του είναι "Source and qualify candidates anywhere you find them on the web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hello Talent

Λήψη αρχείων επέκτασης Hello Talent σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
        ""
    ]
}