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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TeamRock.pro, και η κύρια λειτουργία του είναι "Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Headhunter by TeamRock.pro

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    }
}