Moitele Click-To-Dial

Moitele Click-To-Dial

Enables click-to-dial functionality for phone numbers found in pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Moitele Click-To-Dial",
  "version": "1.3.0",
  "description": "Enables click-to-dial functionality for phone numbers found in pages.",
  "icons": {
    "512": "resources/shri-voice.png"
  },
  "minimum_chrome_version": "10",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "Moitele Click-To-Dial"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "common.js",
        "jquery-1.6.1.min.js",
        "plugin-proxy.js",
        "chrome.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "bootstrapper.js",
    "ClickToDial.js",
    "common.js",
    "inin-jquery-extensions.js",
    "jquery-1.6.1.min.js",
    "plugin-proxy.js",
    "chrome.js"
  ],
  "permissions": [
    "tabs",
    "*://*/*"
  ]
}