Recruiters' integration tool
Fill your candidate database from job boards in 1 click!
Recruiters' integration tool क्या है?
Recruiters' integration tool https://onlinedevelopers.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fill your candidate database from job boards in 1 click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Recruiters' integration tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |