Recruiters' integration tool
Fill your candidate database from job boards in 1 click!
Recruiters' integration toolとは何ですか?
Recruiters' integration toolはhttps://onlinedevelopers.netによって開発されたChromeの拡張機能で、その主な機能は「Fill your candidate database from job boards in 1 click!」です。
拡張機能のスクリーンショット
Recruiters' integration tool拡張機能のCRXファイルをダウンロード
Recruiters' integration tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This browser extension allows you to add candidates to your database (ATS or recruitment software).
Every candidate you add appears in your database as a structured & searchable candidate profile.
Install the extension and add candidates directly to the database from your local job boards.
--
Online Developers LLC cannot be responsible for any consequences caused by the violation of User Agreements of any websites the extension offers integration with. 拡張機能の基本情報
| 名前 | |
| ID | ibfoabadoicmplbdpmchomcagkpmfama |
| 公式URL | https://chromewebstore.google.com/detail/recruiters-integration-to/ibfoabadoicmplbdpmchomcagkpmfama |
| 説明 | Fill your candidate database from job boards in 1 click! |
| ファイルサイズ | 318 KB |
| インストール数 | 878 |
| 現在のバージョン | 1.4.1 |
| 最終更新日 | 2020-01-26 |
| 公開日 | 2020-01-26 |
| 評価 | 4.93/5 合計 15 レビュー |
| 開発者 | https://onlinedevelopers.net |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://onlinedevelopers.net/ |
| ヘルプページのURL | https://onlinedevelopers.net/ |
| プライバシーポリシーページのURL | https://cleverstaff.net/privacy.html |
| 対応言語 | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"includes\/content.js"
]
}
],
"name": "__MSG_info_name__",
"default_locale": "en",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/button.png"
},
"web_accessible_resources": [
"res\/*",
"assets\/*",
"icons\/*"
],
"description": "__MSG_info_description__",
"background": {
"page": "background.html"
},
"homepage_url": "https:\/\/onlinedevelopers.net\/",
"version": "1.4.1",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_icon": "icons\/button.png",
"default_title": "ATS plugin"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"webNavigation"
]
} | |