Click2Dial for Zoom Phone

Click2Dial for Zoom Phone

Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "MD",
  "background": {
    "service_worker": "worker_wrapper.js"
  },
  "action": {
    "default_icon": "images/phone_detection_inactive.png",
    "default_popup": "popup.html"
  },
  "description": "Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 3,
  "name": "Click2Dial for Zoom Phone",
  "options_ui": {
    "browser_style": false,
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "short_name": "Click2Dial",
  "version": "1.0",
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": []
    }
  ]
}