Shortlister Connect

Invite and review candidates in Shortlister.com from your ATS

Shortlister Connectとは何ですか?

Shortlister Connectはhttps://shortlister.comによって開発されたChromeの拡張機能で、その主な機能は「Invite and review candidates in Shortlister.com from your ATS」です。

拡張機能のスクリーンショット

screenshot
screenshot

Shortlister Connect拡張機能のCRXファイルをダウンロード

Shortlister Connect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is the Chrome Extension you’re looking for!

“Shortlister Connect” connects Shortlister.com to Candidate Management Systems, securely passing information back and forth to reduce the admin effort of managing the two systems.


“Shortlister Connect” enables you to:

• Invite candidates to Shortlister interviews from their profile in your ATS
• Access your candidates Shortlister.com interview from their profile in your ATS
• Check a candidate’s average rating in Shortlister.com from their profile in your ATS


Got a question or a support request?

Contact our support team by email via [email protected]


Can’t use “Shortlister Connect”?

Only registered account holders of Shortlister can use this Chrome Extension - and only after the extension has been configured by the Shortlister integration team for their particular ATS. Ask your Shortlister account manager about configuring the Chrome Extension for your ATS.                    

拡張機能の基本情報

名前 Shortlister Connect Shortlister Connect
ID mcbnfbbbfameconjmchjggajacjhkkeg
公式URL https://chromewebstore.google.com/detail/shortlister-connect/mcbnfbbbfameconjmchjggajacjhkkeg
説明 Invite and review candidates in Shortlister.com from your ATS
ファイルサイズ 90.45 KB
インストール数 16
現在のバージョン 1.5.17
最終更新日 2019-11-18
公開日 2019-11-18
評価 5.00/5 合計 3 レビュー
開発者 https://shortlister.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://app.shortlister.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "Invite and review candidates in Shortlister.com from your ATS",
    "version": "1.5.17",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.taleo.net\/*",
                "https:\/\/*.career-portal.co.uk\/*",
                "https:\/\/apply.abelliogreateranglia.co.uk\/*",
                "*:\/\/*.gtisolutions.co.uk\/*",
                "https:\/\/*.groupgti.com\/*",
                "https:\/\/*.recruiterbox.com\/*",
                "https:\/\/*.bamboohr.co.uk\/*",
                "https:\/\/*.bamboohr.com\/*",
                "https:\/\/www.apply4law.com\/*",
                "https:\/\/recruitee.com\/*",
                "https:\/\/kerry.icims.com\/*",
                "https:\/\/*.bullhornstaffing.com\/*",
                "https:\/\/ssl.rullionsolutions.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "taleo_script.js"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/favicon_32.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/favicon_16.png",
        "32": "images\/favicon_32.png",
        "48": "images\/favicon_48.png",
        "64": "images\/favicon_64.png",
        "128": "images\/favicon_128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "webNavigation",
        "https:\/\/app.shortlister.com\/",
        "https:\/\/*.career-portal.co.uk\/",
        "https:\/\/*.taleo.net\/",
        "https:\/\/apply.abelliogreateranglia.co.uk\/",
        "*:\/\/*.gtisolutions.co.uk\/",
        "https:\/\/*.groupgti.com\/",
        "https:\/\/*.recruiterbox.com\/",
        "https:\/\/*.bamboohr.co.uk\/",
        "https:\/\/*.bamboohr.com\/",
        "https:\/\/www.apply4law.com\/",
        "https:\/\/recruitee.com\/",
        "https:\/\/kerry.icims.com\/",
        "https:\/\/*.bullhornstaffing.com\/"
    ]
}