Teamtailor sourcing

Source candidates to your Teamtailor account

Was ist Teamtailor sourcing?

Teamtailor sourcing ist eine Chrome-Erweiterung, die von https://www.teamtailor.com entwickelt wurde, und ihr Hauptmerkmal ist "Source candidates to your Teamtailor account".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Teamtailor sourcing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Teamtailor sourcing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Teamtailor sourcing Teamtailor sourcing
ID bdmknahgkndejbjefgbkghhpnabglhlp
Offizielle URL https://chromewebstore.google.com/detail/teamtailor-sourcing/bdmknahgkndejbjefgbkghhpnabglhlp
Beschreibung Source candidates to your Teamtailor account
Dateigröße 145 KB
Installationsanzahl 4,690
Aktuelle Version 22.10.18.2158
Letztes Update 2022-10-18
Veröffentlichungsdatum 2019-10-17
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler https://www.teamtailor.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://support.teamtailor.com/
URL der Datenschutzrichtlinien-Seite https://www.teamtailor.com/en/privacy-policy
Unterstützte Sprachen 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
    }
}