ansitel Click-to-Dial

ansitel Click-to-Dial

This plugin will call a selected number by clicking the right mouse button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "ansit-com",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-1.3.2.min.js",
        "tellinks.js"
      ]
    }
  ],
  "default_locale": "de",
  "description": "__MSG_application_description__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "ansitel Click-to-Dial",
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "storage",
    "background"
  ],
  "version": "1.6",
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}