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 |
公式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 |
Eメール | [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" ] } |