Cisco Webex Content Sharing

Cisco Webex Content Sharing

Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "default_locale": "en_US",
  "background": {
    "scripts": [
      "api-background-script.js"
    ]
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "description": "__MSG_appDesc__",
  "externally_connectable": {
    "matches": [
      "*://*.webex.com/*",
      "*://*.webex.com.cn/*",
      "https://*.qa.webex.com/*",
      "https://*.qa.webex.com.cn/*",
      "https://*.ciscospark.com/*",
      "https://*.cisco.com/*"
    ]
  },
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "permissions": [
    "desktopCapture"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.15"
}