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"입니다.
확장 프로그램 스크린샷
Shortlister Connect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/" ] } |