Virtulive WebRTC Screensharing
Screenshare extension for Virtulive SmartED and TeamMeet Applications
What is Virtulive WebRTC Screensharing?
Virtulive WebRTC Screensharing is a Chrome extension developed by Greeto Joseph, and its main feature is "Screenshare extension for Virtulive SmartED and TeamMeet Applications".
Extension Screenshots
Download Virtulive WebRTC Screensharing Extension CRX File
Download Virtulive WebRTC Screensharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Virtulive WebRTC screensharing extention allows users to share their screen or one of their applications with several attendees. For security reasons, screen/application sharing with WebRTC needs an extension to be installed.This extention to be installed for using SmartEd and TeamMeet screen sharing feature.
Extension Basic Information
Name | Virtulive WebRTC Screensharing |
ID | aieekphhgoefapkmjncejlapegbbmaef |
Official URL | https://chromewebstore.google.com/detail/virtulive-webrtc-screensh/aieekphhgoefapkmjncejlapegbbmaef |
Description | Screenshare extension for Virtulive SmartED and TeamMeet Applications |
File Size | 7.45 KB |
Installation Count | 150 |
Current Version | 1.0.7 |
Last Updated | 2019-11-19 |
Publish Date | 2019-11-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Greeto Joseph |
Payment Type | free |
Extension Website | https://www.virtulive.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Virtulive WebRTC Screensharing", "short_name": "VL Screensharing", "version": "1.0.7", "author": "Greeto Joseph", "minimum_chrome_version": "34", "description": "Screenshare extension for Virtulive SmartED and TeamMeet Applications", "permissions": [ "desktopCapture" ], "background": { "scripts": [ "chromeDesktop.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.virtulive.com\/*", "https:\/\/*.virtuxpro.com\/*", "https:\/\/*.dhooth.com\/*", "https:\/\/*.virtuxpro.lan\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.virtulive.com\/*", "https:\/\/*.virtuxpro.com\/*", "https:\/\/*.dhooth.com\/*", "https:\/\/*.virtuxpro.lan\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |