Hello Talent

Source and qualify candidates anywhere you find them on the web

Hello Talent là gì?

Hello Talent là một tiện ích mở rộng Chrome được phát triển bởi https://app.hellotalent.com, và tính năng chính của nó là "Source and qualify candidates anywhere you find them on the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hello Talent

Tải xuống các tệp mở rộng Hello Talent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hello Talent Hello Talent
ID ipphlclhdmfkcpiaienaalcdngaclaon
URL Chính Thức https://chromewebstore.google.com/detail/hello-talent/ipphlclhdmfkcpiaienaalcdngaclaon
Mô tả Source and qualify candidates anywhere you find them on the web
Kích Thước Tệp 29.65 KB
Số Lần Cài Đặt 2,337
Phiên Bản Hiện Tại 2.20.17.0
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2020-07-02
Đánh Giá 4.93/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://app.hellotalent.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.hellotalent.com/
URL Trang Trợ Giúp https://support.hellotalent.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.talentsoft.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}