Nicoka Extension

Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.

Cos'è Nicoka Extension?

Nicoka Extension è un'estensione di Chrome sviluppata da nicoka-chrome-plugin, e la sua funzione principale è "Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nicoka Extension

Scarica i file di estensione Nicoka Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nicoka Extension Nicoka Extension
ID malloejfbmjgjahabjakgicekcgejhkg
URL Ufficiale https://chromewebstore.google.com/detail/nicoka-extension/malloejfbmjgjahabjakgicekcgejhkg
Descrizione Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.
Dimensione del File 2.07 MB
Conteggio Installazioni 508
Versione Corrente 2.1.0
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2020-01-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore nicoka-chrome-plugin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cabs.nicoka.com
URL della Pagina di Aiuto https://support.nicoka.com/plugin-chrome.html
URL della Pagina della Politica sulla Privacy https://www.nicoka.com/politique-de-confidentialite
Lingue Supportate 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\/*"
            ]
        }
    ]
}