CRM Integrator for hosted telephony

CRM Integrator for hosted telephony

Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CRM Integrator for hosted telephony",
  "description": "Control and Monitor your Cisco Broadworks telephone handset using your Chrome browser from a PC, Mac or Chromebook.",
  "version": "1.1.10.7676",
  "permissions": [
    "tabs",
    "notifications",
    "background",
    "idle",
    "storage",
    "contextMenus",
    "identity"
  ],
  "optional_permissions": [
    "cookies",
    "*://*/*"
  ],
  "background": {
    "page": "interface.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    "img/*"
  ],
  "browser_action": {
    "default_icon": "img/states/CircleGrey.png",
    "default_popup": "tray.html"
  },
  "oauth2": {
    "client_id": "278767860088-7gcjc2sevsqv5i8dh1c04833lit0a02b.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/contacts.readonly"
    ]
  }
}