vmeet.express - screen sharing

vmeet.express - screen sharing

Enable screen sharing during your vmeet.express video conference offered by Express Virtual Meetings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "vmeet.express - screen sharing",
  "description": "Enable screen sharing during your vmeet.express video conference offered by Express Virtual Meetings.",
  "version": "1.0.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://vmeet.express/*"
    ]
  },
  "permissions": [
    "desktopCapture"
  ]
}