2Ring Extension for Contact Center Softphones

2Ring Extension for Contact Center Softphones

Connect your CRM to Cisco Finesse Contact Center platform.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "2Ring Extension for Contact Center Softphones",
  "description": "Connect your CRM to Cisco Finesse Contact Center platform.",
  "version": "7.0.3.0",
  "manifest_version": 3,
  "icons": {
    "128": "content/images/icons/logo.png"
  },
  "background": {
    "service_worker": "./scripts/background/background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "./popup/index.html",
    "default_title": "Disconnected",
    "default_icon": {
      "16": "content/images/icons/disconnected-16.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dialogs/v1/configurationConfirmationDialog.html",
        "dialogs/v1/reloadDialog.html",
        "dialogs/v1/confirmationDialog.html",
        "scripts/content/v1/serviceNow/nativeNext.js",
        "scripts/content/v1/serviceNow/native.js",
        "scripts/content/v1/msDynamics/native.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "webNavigation",
    "storage",
    "tabs",
    "activeTab",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "options_page": "./options/index.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}