Headhunter by TeamRock.pro

Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!

Headhunter by TeamRock.pro란 무엇입니까?

Headhunter by TeamRock.pro은(는) TeamRock.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Headhunter by TeamRock.pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Recruiters, HR professionals and Headhunters - rejoice! This here tool is what you have all been waiting for!

It's like a Pocket app for prospective candidates. You can keep a list of interesting profiles that fit your headhunting and recruitment campaigns. You can later send those profiles a fitting job offer and enjoy the benefits of automated messages and candidate comparison, provided by the built-in TeamRock.pro HRMS engine.

Headhunter is free for the first three candidates you hire (think: CTO, Head of Sales and Chief Pizza Officer). A TeamRock.pro account is included for a truly professional, yet immersive recruitment experience for startups.                    

확장 프로그램 기본 정보

이름 Headhunter by TeamRock.pro Headhunter by TeamRock.pro
ID cfhecgmfcikfbcepolnaofefogmodbfa
공식 URL https://chrome.google.com/webstore/detail/headhunter-by-teamrockpro/cfhecgmfcikfbcepolnaofefogmodbfa
설명 Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!
파일 크기 976 KB
설치 횟수 26
현재 버전 0.0.6
최근 업데이트 2017-12-14
출시 날짜 2017-12-14
평점 5.00/5 총 8 개의 평점
개발자 TeamRock.pro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.teamrock.pro
개인정보 보호 정책 페이지 URL http://www.teamrock.pro/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Headhunter by TeamRock.pro",
    "short_name": "HR Recruiter",
    "description": "Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!",
    "version": "0.0.6",
    "homepage_url": "http:\/\/www.teamrock.pro\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/in\/*",
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "teamrock.pro",
        "default_popup": "index.html"
    }
}