Zoho Screen Sharing

Zoho Screen Sharing

Connect with your remote learners/attendees through video broadcast and screensharing instantly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zoho Screen Sharing",
  "author": "Showtime",
  "version": "1.0.3",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Connect with your remote learners/attendees through video broadcast and screensharing instantly.",
  "homepage_url": "https://showtime.zoho.com",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.zoho.com/*",
      "https://*.zoho.eu/*",
      "https://*.zoho.jp/*",
      "https://*.zoho.com.cn/*",
      "https://*.zoho.in/*",
      "https://*.zoho.com.au/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ]
}