Nicoka Extension
Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.
Τι είναι το Nicoka Extension;
Το Nicoka Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nicoka-chrome-plugin, και η κύρια λειτουργία του είναι "Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Nicoka Extension
Λήψη αρχείων επέκτασης Nicoka Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } ] } |