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.
扩展基本信息
名称 | Recruiters' integration tool |
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" ] } |