BroadCloud Dialer for Google Chrome™

BroadCloud Dialer for Google Chrome™

A Google Chrome™ extension that provides BroadWorks telephony integration.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/call_16x16.png",
    "default_popup": "options.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "injected.css",
        "jquery-ui.css"
      ],
      "js": [
        "jquery.js",
        "jquery.base64.js",
        "contentscript.js",
        "xsiactions.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "A Google Chrome™ extension that provides BroadWorks telephony integration.",
  "icons": {
    "16": "images/call_16x16.png",
    "48": "images/call_48x48.png",
    "128": "images/call_128x128.png"
  },
  "manifest_version": 2,
  "name": "BroadCloud Dialer for Google Chrome™",
  "oauth2": {
    "client_id": "306006362859-pcdaqps4e503mefk01rusr6bjb8iqfcs.apps.googleusercontent.com",
    "scopes": [
      "https://www.google.com/m8/feeds/"
    ]
  },
  "omnibox": {
    "keyword": "-call"
  },
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "tabs",
    "http://*/*",
    "https://*/*",
    "tts",
    "identity"
  ],
  "short_name": "BroadCloud Dialer",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.52",
  "web_accessible_resources": [
    "images/click2dial.png",
    "injected.js"
  ]
}