Nicoka Extension

Nicoka Extension

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "2.2.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.francetravail.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.francetravail.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.francetravail.fr/*",
        "https://*.turnover-it.com/*",
        "https://resumes.indeed.com/*"
      ]
    }
  ]
}