Polycom caller

Polycom caller

Select a phone number on the webpage and place a call on your polycom phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Polycom caller",
  "options_page": "options.html",
  "description": "Select a phone number on the webpage and place a call on your polycom phone.",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "polycom.html"
  },
  "permissions": [
    "*://*/*",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "md5.js",
      "digestAuthRequest.js",
      "common.js",
      "rightclick.js"
    ]
  }
}