Teamtailor sourcing

Source candidates to your Teamtailor account

Teamtailor sourcing क्या है?

Teamtailor sourcing https://www.teamtailor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Source candidates to your Teamtailor account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teamtailor sourcing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Teamtailor sourcing Teamtailor sourcing
ID bdmknahgkndejbjefgbkghhpnabglhlp
आधिकारिक URL https://chromewebstore.google.com/detail/teamtailor-sourcing/bdmknahgkndejbjefgbkghhpnabglhlp
विवरण Source candidates to your Teamtailor account
फ़ाइल का आकार 145 KB
स्थापना संख्या 4,690
वर्तमान संस्करण 22.10.18.2158
अंतिम अपडेट 2022-10-18
प्रकाशन तिथि 2019-10-17
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर https://www.teamtailor.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://support.teamtailor.com/
गोपनीयता नीति पृष्ठ URL https://www.teamtailor.com/en/privacy-policy
समर्थित भाषाएँ 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
    }
}