Shortlister Connect

Invite and review candidates in Shortlister.com from your ATS

Shortlister Connectคืออะไร?

Shortlister Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shortlister.com และคุณลักษณะหลักของมันคือ "Invite and review candidates in Shortlister.com from your ATS"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shortlister Connect

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}