Nicoka Extension
Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.
Nicoka Extension क्या है?
Nicoka Extension nicoka-chrome-plugin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nicoka Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save time when sourcing candidates and contacts from websites like LinkedIn, Hellowork, CVaden, APEC, Pôle Emploi, Turnover-IT or Indeed. Click the Nicoka icon to parse contact information from web pages. Review and make edits, then click submit to add the data right into Nicoka. Add tasks from the plugin. You can also synchronize your LinkedIn conversations directly to Nicoka. Nicoka CABS is a powerfull tool for recruitment agencies and headhunters. Try it free at www.cabs.nicoka.com.
एक्सटेंशन की मूल जानकारी
नाम | Nicoka Extension |
ID | malloejfbmjgjahabjakgicekcgejhkg |
आधिकारिक URL | https://chromewebstore.google.com/detail/nicoka-extension/malloejfbmjgjahabjakgicekcgejhkg |
विवरण | Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system. |
फ़ाइल का आकार | 2.07 MB |
स्थापना संख्या | 508 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2020-01-20 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | nicoka-chrome-plugin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://cabs.nicoka.com |
सहायता पृष्ठ URL | https://support.nicoka.com/plugin-chrome.html |
गोपनीयता नीति पृष्ठ URL | https://www.nicoka.com/politique-de-confidentialite |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "name": "__MSG_appName__", "version": "2.1.0", "author": "Orinea", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "128": "images\/logo-128.png" }, "default_locale": "en", "permissions": [ "activeTab", "webNavigation", "cookies" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.apec.fr\/*", "https:\/\/app-recruteur.hellowork.com\/*", "https:\/\/*.cvaden.com\/*", "https:\/\/entreprise.pole-emploi.fr\/*", "https:\/\/*.turnover-it.com\/*", "https:\/\/resumes.indeed.com\/*", "*:\/\/*.nicoka.com\/*", "https:\/\/support.applium.fr\/*" ], "background": { "service_worker": "background-worker.js" }, "options_page": "options\/options.html", "action": { "default_icon": { "128": "images\/logo-128.png" } }, "content_scripts": [ { "js": [ "side-panel.js", "messages.js", "libs\/moment-with-locales.min.js", "libs\/md5.min.js" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.apec.fr\/*", "https:\/\/app-recruteur.hellowork.com\/*", "https:\/\/*.cvaden.com\/*", "https:\/\/entreprise.pole-emploi.fr\/*", "https:\/\/*.turnover-it.com\/*", "https:\/\/resumes.indeed.com\/*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ { "resources": [ "index.html", "images\/*", "locales\/*" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.apec.fr\/*", "https:\/\/app-recruteur.hellowork.com\/*", "https:\/\/*.cvaden.com\/*", "https:\/\/entreprise.pole-emploi.fr\/*", "https:\/\/*.turnover-it.com\/*", "https:\/\/resumes.indeed.com\/*" ] } ] } |