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


{
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "de",
  "version": "1.6",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "dialnumber.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "tellinks.js"
      ]
    }
  ],
  "manifest_version": 2
}