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文件

下載Headhunter by TeamRock.pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}