HRBot

HRBot

Расширение для работы с HRBot

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HRBot",
  "short_name": "HRBot",
  "version": "2.9",
  "icons": {
    "128": "images/logo_128_b.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.hh.kz/resume/*",
        "https://*.hrbot.kz/help/*"
      ],
      "css": [
        "css/hh.css"
      ],
      "js": [
        "js/jquery.js",
        "js/content/hh.js"
      ]
    },
    {
      "matches": [
        "https://*.hh.ru/resume/*"
      ],
      "css": [
        "css/hh.css"
      ],
      "js": [
        "js/jquery.js",
        "js/content/hh.js"
      ]
    },
    {
      "matches": [
        "https://*.superjob.ru/resume/*",
        "https://hrbt.ru/help/*"
      ],
      "css": [
        "css/superjob.css"
      ],
      "js": [
        "js/jquery.js",
        "js/content/superjob.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "https://cabinet.hrbot.kz/*"
  ],
  "browser_action": {
    "default_title": "HRBot",
    "default_icon": "images/logo_128_b.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "images/sync.png"
  ],
  "content_security_policy": "script-src 'self' https://api.hrbot.kz https://api.hrbt.ru https://ssl.google-analytics.com; object-src 'self'"
}