Recruiters' integration tool
Fill your candidate database from job boards in 1 click!
Что такое Recruiters' integration tool?
Recruiters' integration tool - это расширение Chrome, разработанное https://onlinedevelopers.net, и его основная функция - "Fill your candidate database from job boards in 1 click!".
Снимки экрана расширения
Скачать файл CRX расширения Recruiters' integration tool
Скачайте файлы расширений 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" ] } |