Hello Talent

Source and qualify candidates anywhere you find them on the web

什么是Hello Talent?

Hello Talent是由https://app.hellotalent.com开发的Chrome扩展程序,该扩展的主要功能是“Source and qualify candidates anywhere you find them on the web”。

扩展截图

screenshot
screenshot

下载Hello Talent扩展crx文件

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