Headhunter by TeamRock.pro

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

Qu'est-ce que Headhunter by TeamRock.pro ?

Headhunter by TeamRock.pro est une extension Chrome développée par TeamRock.pro, et sa fonction principale est "Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Headhunter by TeamRock.pro

Téléchargez les fichiers d'extension Headhunter by TeamRock.pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Headhunter by TeamRock.pro Headhunter by TeamRock.pro
ID cfhecgmfcikfbcepolnaofefogmodbfa
URL Officiel https://chrome.google.com/webstore/detail/headhunter-by-teamrockpro/cfhecgmfcikfbcepolnaofefogmodbfa
Description Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!
Taille du Fichier 976 KB
Nombre d'Installations 26
Version Actuelle 0.0.6
Dernière Mise à Jour 2017-12-14
Date de Publication 2017-12-14
Évaluation 5.00/5 Total 8 Évaluations
Développeur TeamRock.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.teamrock.pro
URL de la Page de Politique de Confidentialité http://www.teamrock.pro/privacy-policy
Langues Prises en Charge 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"
    }
}