Phonet интеграция с Chrome, Bitrix, Terrasoft

Phonet интеграция с Chrome, Bitrix, Terrasoft

Расширение для интеграции АТС Phonet и Google Chrome, Bitrix24, Terrasoft, Megaplan

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Phonet интеграция с Chrome, Bitrix, Terrasoft",
  "description": "Расширение для интеграции АТС Phonet и Google Chrome, Bitrix24, Terrasoft, Megaplan",
  "version": "3.2.2",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "https://podium.betell.com.ua:8443/*",
    "https://*.betell.com.ua/*",
    "https://*.phonet.com.ua/*",
    "https://*.phonet.com.ua:8443/*"
  ],
  "icons": {
    "16": "images/logo_16x16.png",
    "48": "images/logo_48x48.png",
    "128": "images/logo_128x128.png"
  },
  "browser_action": {
    "default_icon": "images/logo_short.png"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "font-awesome/fonts/*",
    "js/lib/toastr.js.map",
    "js/lib/angular.js.map",
    "js/lib/jquery.js.map",
    "options.html"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "css/content.css",
        "font-awesome/css/font-awesome.css"
      ],
      "js": [
        "js/lib/jquery.min.js",
        "js/lib/toastr.min.js",
        "js/content.js"
      ],
      "persistent": false
    }
  ]
}