Hello Talent

Source and qualify candidates anywhere you find them on the web

Apa itu Hello Talent?

Hello Talent adalah ekstensi Chrome yang dikembangkan oleh https://app.hellotalent.com, dan fitur utamanya adalah "Source and qualify candidates anywhere you find them on the web".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hello Talent

Unduh file ekstensi Hello Talent dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Hello Talent Hello Talent
ID ipphlclhdmfkcpiaienaalcdngaclaon
URL Resmi https://chromewebstore.google.com/detail/hello-talent/ipphlclhdmfkcpiaienaalcdngaclaon
Deskripsi Source and qualify candidates anywhere you find them on the web
Ukuran File 29.65 KB
Jumlah Instalasi 2,337
Versi Saat Ini 2.20.17.0
Terakhir Diperbarui 2024-02-07
Tanggal Publikasi 2020-07-02
Penilaian 4.93/5 Total 15 Penilaian
Pengembang https://app.hellotalent.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://app.hellotalent.com/
URL Halaman Bantuan https://support.hellotalent.com/hc/en-us
URL Halaman Kebijakan Privasi https://www.talentsoft.com/privacy-policy
Bahasa yang Didukung 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": [
        ""
    ]
}