Toggl Score

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

Toggl Score란 무엇입니까?

Toggl Score은(는) Toggl Hire에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invite passive candidates to take your Skills Test with just two clicks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Toggl Score 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}