Nicoka Extension

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

什麼是Nicoka Extension?

Nicoka Extension是由nicoka-chrome-plugin開發的Chrome擴展程式,該擴展的主要功能是“Easily add candidates and contacts from popular websites directly into the Nicoka applicant tracking system.”。

擴展截圖

screenshot
screenshot
screenshot

下載Nicoka Extension擴展crx文件

下載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 Nicoka Extension
ID malloejfbmjgjahabjakgicekcgejhkg
官方網址 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\/*"
            ]
        }
    ]
}