Recruiters' integration tool
Fill your candidate database from job boards in 1 click!
Qu'est-ce que Recruiters' integration tool ?
Recruiters' integration tool est une extension Chrome développée par https://onlinedevelopers.net, et sa fonction principale est "Fill your candidate database from job boards in 1 click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Recruiters' integration tool
Téléchargez les fichiers d'extension Recruiters' integration tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Recruiters' integration tool |
ID | ibfoabadoicmplbdpmchomcagkpmfama |
URL Officiel | https://chromewebstore.google.com/detail/recruiters-integration-to/ibfoabadoicmplbdpmchomcagkpmfama |
Description | Fill your candidate database from job boards in 1 click! |
Taille du Fichier | 318 KB |
Nombre d'Installations | 878 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2020-01-26 |
Date de Publication | 2020-01-26 |
Évaluation | 4.93/5 Total 15 Évaluations |
Développeur | https://onlinedevelopers.net |
Type de Paiement | free |
Site Web de l'Extension | https://onlinedevelopers.net/ |
URL de la Page d'Aide | https://onlinedevelopers.net/ |
URL de la Page de Politique de Confidentialité | https://cleverstaff.net/privacy.html |
Langues Prises en Charge | 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" ] } |