Recruiters' integration tool
Fill your candidate database from job boards in 1 click!
Vad är Recruiters' integration tool?
Recruiters' integration tool är en Chrome-tillägg utvecklad av https://onlinedevelopers.net, och dess huvudfunktion är "Fill your candidate database from job boards in 1 click!".
Tilläggsskärmbilder
Ladda ner Recruiters' integration tool-förlängningens CRX-fil
Ladda ner Recruiters' integration tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ibfoabadoicmplbdpmchomcagkpmfama |
| Officiell webbadress | https://chromewebstore.google.com/detail/recruiters-integration-to/ibfoabadoicmplbdpmchomcagkpmfama |
| Beskrivning | Fill your candidate database from job boards in 1 click! |
| Filstorlek | 318 KB |
| Antal Installationer | 878 |
| Aktuell Version | 1.4.1 |
| Senast Uppdaterad | 2020-01-26 |
| Publiceringsdatum | 2020-01-26 |
| Betyg | 4.93/5 Totalt 15 Betyg |
| Utvecklare | https://onlinedevelopers.net |
| Betalningssätt | free |
| Tilläggswebbplats | https://onlinedevelopers.net/ |
| Hjälpsida URL | https://onlinedevelopers.net/ |
| URL till Sekretesspolicy Sidan | https://cleverstaff.net/privacy.html |
| Stödda Språk | 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"
]
} | |