Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Co to jest Vibe Desktop Streamer?
Vibe Desktop Streamer to rozszerzenie Chrome opracowane przez https://ltt096-36.science.upjs.sk/webrtc/dist, a jego główną funkcją jest „A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.”.
Pobierz plik CRX rozszerzenia Vibe Desktop Streamer
Pobierz pliki rozszerzeń Vibe Desktop Streamer 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
Podstawowe informacje o rozszerzeniu
Nazwa | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
Oficjalny URL | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
Opis | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
Rozmiar pliku | 8.36 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-05-15 |
Data Publikacji | 2018-05-15 |
Deweloper | https://ltt096-36.science.upjs.sk/webrtc/dist |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.", "externally_connectable": { "matches": [ "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*", "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*", "*:\/\/vibe.ezuce.com\/webrtc\/*" ] }, "icons": { "128": "viewme-logo-128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Vibe Desktop Streamer", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |