Teamtailor sourcing

Source candidates to your Teamtailor account

Qu'est-ce que Teamtailor sourcing ?

Teamtailor sourcing est une extension Chrome développée par https://www.teamtailor.com, et sa fonction principale est "Source candidates to your Teamtailor account".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Teamtailor sourcing

Téléchargez les fichiers d'extension Teamtailor sourcing 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

                        This Teamtailor Chrome Extension makes it possible to add a candidate to Teamtailor from whichever site you’re browsing.

When you see a person that you want to add, simply click the Teamtailor extension in Chrome and add the candidate. Add information like which job you want to add them to, give them a rating and write a note. Smooth and simple, without having to leave the page where you found the candidate.

In Teamtailor, you and your team will be able to see on the candidate profile what page you found the candidate on.

Add candidates within seconds with this extension and make your candidate sourcing better.                    

Informations de Base sur l'Extension

Nom Teamtailor sourcing Teamtailor sourcing
ID bdmknahgkndejbjefgbkghhpnabglhlp
URL Officiel https://chromewebstore.google.com/detail/teamtailor-sourcing/bdmknahgkndejbjefgbkghhpnabglhlp
Description Source candidates to your Teamtailor account
Taille du Fichier 145 KB
Nombre d'Installations 4,690
Version Actuelle 22.10.18.2158
Dernière Mise à Jour 2022-10-18
Date de Publication 2019-10-17
Évaluation 3.80/5 Total 5 Évaluations
Développeur https://www.teamtailor.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://support.teamtailor.com/
URL de la Page de Politique de Confidentialité https://www.teamtailor.com/en/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Teamtailor sourcing",
    "description": "Source candidates to your Teamtailor account",
    "version": "22.10.18.2158",
    "homepage_url": "https:\/\/www.teamtailor.com",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "applications": {
        "gecko": {
            "id": "{f095aff1-cc2e-4577-9cb5-d6d981ca0a60}"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.teamtailor.com\/*",
        "*:\/\/*.teamtailor.localhost\/*",
        "https:\/\/*.s3.eu-west-1.amazonaws.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": false
    }
}