Recruiters' integration tool
Fill your candidate database from job boards in 1 click!
Wat is Recruiters' integration tool?
Recruiters' integration tool is een Chrome-extensie ontwikkeld door https://onlinedevelopers.net, en de belangrijkste functie is "Fill your candidate database from job boards in 1 click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Recruiters' integration tool
Download Recruiters' integration tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Recruiters' integration tool |
ID | ibfoabadoicmplbdpmchomcagkpmfama |
Officiële URL | https://chromewebstore.google.com/detail/recruiters-integration-to/ibfoabadoicmplbdpmchomcagkpmfama |
Beschrijving | Fill your candidate database from job boards in 1 click! |
Bestandsgrootte | 318 KB |
Aantal Installaties | 878 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2020-01-26 |
Publicatiedatum | 2020-01-26 |
Beoordeling | 4.93/5 Totaal 15 Beoordelingen |
Ontwikkelaar | https://onlinedevelopers.net |
Betalingswijze | free |
Extensiewebsite | https://onlinedevelopers.net/ |
Help Pagina-URL | https://onlinedevelopers.net/ |
URL van de Privacybeleid Pagina | https://cleverstaff.net/privacy.html |
Ondersteunde Talen | 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" ] } |