Nicoka Extension

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

Was ist Nicoka Extension?

Nicoka Extension ist eine Chrome-Erweiterung, die von nicoka-chrome-plugin entwickelt wurde, und ihr Hauptmerkmal ist "Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Nicoka Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nicoka Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nicoka Extension Nicoka Extension
ID malloejfbmjgjahabjakgicekcgejhkg
Offizielle URL https://chromewebstore.google.com/detail/nicoka-extension/malloejfbmjgjahabjakgicekcgejhkg
Beschreibung Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.
Dateigröße 2.07 MB
Installationsanzahl 508
Aktuelle Version 2.1.0
Letztes Update 2024-03-04
Veröffentlichungsdatum 2020-01-20
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler nicoka-chrome-plugin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cabs.nicoka.com
Hilfeseite URL https://support.nicoka.com/plugin-chrome.html
URL der Datenschutzrichtlinien-Seite https://www.nicoka.com/politique-de-confidentialite
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}