Virtulive WebRTC Screensharing
Screenshare extension for Virtulive SmartED and TeamMeet Applications
Co to jest Virtulive WebRTC Screensharing?
Virtulive WebRTC Screensharing to rozszerzenie Chrome opracowane przez Greeto Joseph, a jego główną funkcją jest „Screenshare extension for Virtulive SmartED and TeamMeet Applications”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Virtulive WebRTC Screensharing
Pobierz pliki rozszerzeń Virtulive WebRTC Screensharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Virtulive WebRTC Screensharing |
ID | aieekphhgoefapkmjncejlapegbbmaef |
Oficjalny URL | https://chromewebstore.google.com/detail/virtulive-webrtc-screensh/aieekphhgoefapkmjncejlapegbbmaef |
Opis | Screenshare extension for Virtulive SmartED and TeamMeet Applications |
Rozmiar pliku | 7.45 KB |
Liczba instalacji | 150 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2019-11-19 |
Data Publikacji | 2019-11-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Greeto Joseph |
Typ Płatności | free |
Strona Rozszerzenia | https://www.virtulive.com/ |
Obsługiwane Języki | 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 } |