Cisco Web Communicator

Cisco Web Communicator

Enables Cisco Jabber phone calls and video calls

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cisco Web Communicator",
  "description": "__MSG_extension_description__",
  "version": "11.8.2.1",
  "default_locale": "en",
  "permissions": [
    "nativeMessaging",
    "management"
  ],
  "icons": {
    "16": "Jabber_16x16.png",
    "48": "Jabber_48x48.png",
    "128": "Jabber_128x128.png"
  },
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "accepts_tls_channel_id": false
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "cwic_plugin.js",
    "contentscript.js",
    "extProps.json"
  ]
}