Headhunter by TeamRock.pro

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

Headhunter by TeamRock.pro là gì?

Headhunter by TeamRock.pro là một tiện ích mở rộng Chrome được phát triển bởi TeamRock.pro, và tính năng chính của nó là "Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Headhunter by TeamRock.pro

Tải xuống các tệp mở rộng Headhunter by TeamRock.pro 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

                        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.                    

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

Tên Headhunter by TeamRock.pro Headhunter by TeamRock.pro
ID cfhecgmfcikfbcepolnaofefogmodbfa
URL Chính Thức https://chrome.google.com/webstore/detail/headhunter-by-teamrockpro/cfhecgmfcikfbcepolnaofefogmodbfa
Mô tả Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!
Kích Thước Tệp 976 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2017-12-14
Ngày Phát Hành 2017-12-14
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển TeamRock.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.teamrock.pro
URL Trang Chính Sách Bảo Mật http://www.teamrock.pro/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}