4Voice Communicator Click2Dial

4Voice Communicator Click2Dial

Makes phone numbers callable through 4Voice Communicator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "4Voice Communicator Click2Dial",
  "author": "Zoiper",
  "short_name": "Click2Dial",
  "version": "1.43",
  "manifest_version": 2,
  "description": "Makes phone numbers callable through 4Voice Communicator.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "googleglue.js",
        "vendor/libphonenumber/phonemetadata.pb.js",
        "vendor/libphonenumber/phonenumberutil.js",
        "vendor/libphonenumber/phonenumber.pb.js",
        "vendor/libphonenumber/metadata.js",
        "vendor/browser-polyfill.min.js",
        "utils.js",
        "click2dial.js"
      ]
    }
  ],
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "web_accessible_resources": [
    "images/*"
  ]
}