Plugin for ATS
A chrome extension for adding candidates to ATS
Plugin for ATS란 무엇입니까?
Plugin for ATS은(는) Nalgoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension for adding candidates to ATS"입니다.
확장 프로그램 스크린샷
Plugin for ATS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The LinkedIN plugin is a functionality that allows you to efficiently and quickly create profiles of candidates in the system. Once you are logged into LinkedIN, you can start searching for desired candidates. If you have found a candidate you like, you can upload CV through the plugin to the system. Once the resume is uploaded, all information about the candidate will be automatically added to the candidate's profile in the Nalgoo ATS system. The LinkedIN plugin will show you if candidates are already in your database, helping you prevent uneccessary duplicate profiles. Additionally, the LinkedIN plugin also offers an activity overview and recruitment history for each candidate. The plugin can also be used to send messages to candidates and ask them for GDPR consent, which thanks to pre-made templates can be easily personalized.
확장 프로그램 기본 정보
이름 | Plugin for ATS |
ID | klkjfnnelhikpkdijflnlakplonohpoo |
공식 URL | https://chromewebstore.google.com/detail/plugin-for-ats/klkjfnnelhikpkdijflnlakplonohpoo |
설명 | A chrome extension for adding candidates to ATS |
파일 크기 | 562 KB |
설치 횟수 | 283 |
현재 버전 | 1.10 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2023-02-22 |
개발자 | Nalgoo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension for adding candidates to ATS", "version": "1.10", "manifest_version": 3, "name": "Plugin for ATS", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "default_locale": "en", "action": { "default_icon": "nalgoo-34.png" }, "icons": { "34": "nalgoo-34.png", "128": "nalgoo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "devtools_page": "devtools.html", "permissions": [ "storage", "tabs", "unlimitedStorage" ] } |