Nicoka Extension

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

O que é Nicoka Extension?

Nicoka Extension é uma extensão do Chrome desenvolvida por nicoka-chrome-plugin, e sua principal característica é "Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nicoka Extension

Baixe arquivos de extensão Nicoka Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nicoka Extension Nicoka Extension
ID malloejfbmjgjahabjakgicekcgejhkg
URL Oficial https://chromewebstore.google.com/detail/nicoka-extension/malloejfbmjgjahabjakgicekcgejhkg
Descrição Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.
Tamanho do Arquivo 2.07 MB
Contagem de Instalações 508
Versão Atual 2.1.0
Última Atualização 2024-03-04
Data de Publicação 2020-01-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor nicoka-chrome-plugin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cabs.nicoka.com
URL da Página de Ajuda https://support.nicoka.com/plugin-chrome.html
URL da Página de Política de Privacidade https://www.nicoka.com/politique-de-confidentialite
Idiomas Suportados 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\/*"
            ]
        }
    ]
}