Виртуальная АТС Binotel

Виртуальная АТС Binotel

Виртуальная АТС Binotel в вашем браузере. Повышайте эффективность работы сотрудников, благодаря плагину Binotel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Виртуальная АТС Binotel",
  "short_name": "Binotel",
  "version": "0.4.68",
  "description": "Виртуальная АТС Binotel в вашем браузере. Повышайте эффективность работы сотрудников, благодаря плагину Binotel.",
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "options_page": "html/options.html",
  "minimum_chrome_version": "36",
  "author": "Binotel LLC. - Ukraine",
  "background": {
    "scripts": [
      "js/vendor/ws.client.min.js",
      "js/vendor/jquery-2.1.1.min.js",
      "js/vendor/underscore-1.7.0.min.js",
      "js/vendor/chrome-local-storage-api.js",
      "js/min/background.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon-19-gray.png",
    "default_title": "Виртуальная АТС Binotel",
    "default_popup": "html/popup-offline.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/vendor/jquery-2.1.1.min.js",
        "js/vendor/underscore-1.7.0.min.js",
        "js/min/content.min.js",
        "js/content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "notifications",
    "contextMenus",
    "storage"
  ],
  "optional_permissions": [
    "background"
  ],
  "web_accessible_resources": [
    "html/*",
    "js/*",
    "https://my.binotel.ua/*",
    "https://my.binotel.kz/*"
  ]
}