Recruiters' integration tool
Fill your candidate database from job boards in 1 click!
O que é Recruiters' integration tool?
Recruiters' integration tool é uma extensão do Chrome desenvolvida por https://onlinedevelopers.net, e sua principal característica é "Fill your candidate database from job boards in 1 click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Recruiters' integration tool
Baixe arquivos de extensão Recruiters' integration tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Recruiters' integration tool |
ID | ibfoabadoicmplbdpmchomcagkpmfama |
URL Oficial | https://chromewebstore.google.com/detail/recruiters-integration-to/ibfoabadoicmplbdpmchomcagkpmfama |
Descrição | Fill your candidate database from job boards in 1 click! |
Tamanho do Arquivo | 318 KB |
Contagem de Instalações | 878 |
Versão Atual | 1.4.1 |
Última Atualização | 2020-01-26 |
Data de Publicação | 2020-01-26 |
Classificação | 4.93/5 Total de 15 Avaliações |
Desenvolvedor | https://onlinedevelopers.net |
Tipo de Pagamento | free |
Site da Extensão | https://onlinedevelopers.net/ |
URL da Página de Ajuda | https://onlinedevelopers.net/ |
URL da Página de Política de Privacidade | https://cleverstaff.net/privacy.html |
Idiomas Suportados | 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" ] } |