Hyper Meet Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with hyper Meet and Jitsi Videobridge.
Co to jest Hyper Meet Desktop Streamer?
Hyper Meet Desktop Streamer to rozszerzenie Chrome opracowane przez https://meet.indo.vision, a jego główną funkcją jest „A simple extension that allows you to stream your desktop into meetings with hyper Meet and Jitsi Videobridge.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hyper Meet Desktop Streamer
Pobierz pliki rozszerzeń Hyper Meet 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 | |
ID | mjgflddefmlbmpmcebpgbooknnnbbggj |
Oficjalny URL | https://chromewebstore.google.com/detail/hyper-meet-desktop-stream/mjgflddefmlbmpmcebpgbooknnnbbggj |
Opis | A simple extension that allows you to stream your desktop into meetings with hyper Meet and Jitsi Videobridge. |
Rozmiar pliku | 15.15 KB |
Liczba instalacji | 109 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2015-07-14 |
Data Publikacji | 2015-07-14 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://meet.indo.vision |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyper Meet Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with hyper Meet and Jitsi Videobridge.", "version": "0.1.0", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.indo.vision\/*" ] } } |