Eureka Video Web Conference - Screen Sharing

Eureka Video Web Conference - Screen Sharing

Enable screen sharing on your web conference offered by eureka.video

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Eureka Video Web Conference - Screen Sharing",
  "description": "Enable screen sharing on your web conference offered by eureka.video",
  "version": "1.0.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://web-uat.bcme.global/*",
      "https://dmrix91mi0km1.cloudfront.net/*",
      "https://eureka.video/*",
      "https://ozlink.video/*",
      "https://express.video/*"
    ]
  },
  "permissions": [
    "desktopCapture"
  ]
}