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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        ""
    ]
}