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 |
| 官方網址 | 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"
]
} | |