Skillaz Express

Skillaz Express

Express invitations for Skillaz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Skillaz Express",
  "version": "2.3.6",
  "description": "Express invitations for Skillaz",
  "icons": {
    "128": "skillaz.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.skillaz.ru/*",
    "*://*.magnum.kz/*",
    "*://*.test-skillaz.rosatom.local/*",
    "*://*.skillaz.rosatom.local/*",
    "*://*.asupp.gvc.oao.rzd/auth/*",
    "*://*.asupp-test.gvc.oao.rzd/auth/*",
    "*://*.ats-dev-1.salt.x5.ru/*",
    "*://*.x5.ru/*"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.hh.ru/*",
        "https://hh.ru/*",
        "https://*.hh.kz/*",
        "https://hh.kz/*",
        "https://*.superjob.ru/*",
        "https://*.farpost.ru/*",
        "https://*.rabota.ru/*",
        "https://*.hr.zarplata.ru/*",
        "https://*.joblab.ru/*",
        "https://sakh.com/*",
        "https://*.sakh.com/*",
        "https://rabota.ykt.ru/*",
        "https://avito.ru/*",
        "https://*.rabota.by/*",
        "https://*.rabota.wtf/*",
        "https://*.linkedin.com/*"
      ],
      "js": [
        "bridge.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 3
}