PHONET

PHONET

Notifications about income calls. View of missed and all calls of your company. Integration with Pipedrive, Zoho, Creatio, Altegio,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "uk",
  "version": "6.4",
  "permissions": [
    "storage",
    "contextMenus",
    "https://*.betell.com.ua/*",
    "https://*.phonet.ua/*",
    "https://*.phonet.com.ua/*"
  ],
  "optional_permissions": [
    "tabs",
    "background",
    "notifications"
  ],
  "icons": {
    "16": "images/logo_16x16.png",
    "32": "images/logo_32x32.png",
    "48": "images/logo_48x48.png",
    "128": "images/logo_128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/logo_bw_16x16.png",
      "32": "images/logo_bw_32x32.png"
    },
    "default_popup": "index.html?#/popup"
  },
  "options_page": "index.html?#/options",
  "web_accessible_resources": [
    "font-awesome/fonts/*",
    "fonts/*",
    "lib/toastr/toastr.js.map",
    "lib/angular/angular.js.map",
    "lib/jquery.js.map",
    "options/options.html",
    "images/*"
  ],
  "background": {
    "page": "background/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "content/content.css",
        "font-awesome/css/font-awesome.css"
      ],
      "js": [
        "lib/jquery.min.js",
        "lib/toastr/toastr.min.js",
        "content/content.js"
      ],
      "persistent": false
    }
  ]
}