Toggl Score

Invite passive candidates to take your Skills Test with just two clicks.

Toggl Score क्या है?

Toggl Score Toggl Hire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Invite passive candidates to take your Skills Test with just two clicks."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Toggl Hire is a pre-employment testing tool trusted by remote teams around the globe. We help companies shortlist and hire the best candidates faster and more easily than ever with our smart skills tests.

Our new Toggl Score extension allows recruiters and hiring managers to invite potential candidates to apply for their job openings, directly from LinkedIn or GitHub. Send strong candidates a direct invite to take your Toggl Hire skills test in just two clicks, and see their results displayed in their LinkedIn or GitHub profile.

1. Click "Add to Chrome"
2. Log in to your Toggl Hire account via the extension (if you don't have an account, you can create one at toggl.com/hire/ for free)
3. Head to a candidate's profile on LinkedIn or GitHub and click the "Toggl Score" button
4. Invite them to apply for your job opening by clicking "Send Test" for the appropriate skills test
5. Personalize your message to them and hit "Send"
6. Once the candidate has taken the test, their score will be visible in their LinkedIn or GitHub profile. You will also be able to see the results of any previous tests they have taken for a position at your company.

You'll be able to manage and see all your candidate scores from your Toggl Hire dashboard.

For more information about how you can improve your hiring with Toggl Score, take a look at: https://toggl.com/blog/toggl-hire-chrome-extension

If you have any issues with the Toggl Score extension or would like to leave any feedback, please email [email protected]                    

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

नाम Toggl Score Toggl Score
ID nhckkhmfhaheilodpmacmohiaakahgjf
आधिकारिक URL https://chromewebstore.google.com/detail/toggl-score/nhckkhmfhaheilodpmacmohiaakahgjf
विवरण Invite passive candidates to take your Skills Test with just two clicks.
फ़ाइल का आकार 312 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2020-05-14
प्रकाशन तिथि 2020-05-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Toggl Hire
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://toggl.com/hire/
गोपनीयता नीति पृष्ठ URL https://toggl.com/hire/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggl Score",
    "manifest_version": 2,
    "version": "1.1.4",
    "description": "Invite passive candidates to take your Skills Test with just two clicks.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Toggl Score"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "webNavigation",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.github.com\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}