multi purpose screensharing

multi purpose screensharing

This extension allows for screensharing during videoconsults. On some systems and browser configurations sharing of your screen during a videoconsult is blocked, even on https certified sites. This plugin enables screen sharing regardless

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "screensharing",
  "version": "2.1resigned1",
  "description": "allows for screensharing.",
  "icons": {
    "48": "icons/logo48.png",
    "64": "icons/logo64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c7ff58f5-4e90-4ebd-bd24-532bda8b9698}"
    }
  }
}