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
电子邮箱 [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\/"
    ]
}