Select and Call

Select and Call

Simply select the phone number you want to dial and right-click to initiate the call. Uses the tel: URL scheme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "script.js"
  },
  "description": "Simply select the phone number you want to dial and right-click to initiate the call. Uses the tel: URL scheme.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "64": "64.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Select and Call",
  "permissions": [
    "contextMenus"
  ],
  "version": "0.2.5"
}