Telavox CTI Notification Handler

Telavox CTI Notification Handler

Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Telavox CTI Notification Handler",
  "description": "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.",
  "version": "0.0.2",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://*.telavox.com/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3
}