Virtulive WebRTC Screensharing
Screenshare extension for Virtulive SmartED and TeamMeet Applications
Vad är Virtulive WebRTC Screensharing?
Virtulive WebRTC Screensharing är en Chrome-tillägg utvecklad av Greeto Joseph, och dess huvudfunktion är "Screenshare extension for Virtulive SmartED and TeamMeet Applications".
Tilläggsskärmbilder
Ladda ner Virtulive WebRTC Screensharing-förlängningens CRX-fil
Ladda ner Virtulive WebRTC Screensharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | aieekphhgoefapkmjncejlapegbbmaef |
| Officiell webbadress | https://chromewebstore.google.com/detail/virtulive-webrtc-screensh/aieekphhgoefapkmjncejlapegbbmaef |
| Beskrivning | Screenshare extension for Virtulive SmartED and TeamMeet Applications |
| Filstorlek | 7.45 KB |
| Antal Installationer | 150 |
| Aktuell Version | 1.0.7 |
| Senast Uppdaterad | 2019-11-19 |
| Publiceringsdatum | 2019-11-19 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Greeto Joseph |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.virtulive.com/ |
| Stödda Språk | 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
} | |