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文件
下載Plugin for ATS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |