Jitsi Desktop Streamer VCC
Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
Co to jest Jitsi Desktop Streamer VCC?
Jitsi Desktop Streamer VCC to rozszerzenie Chrome opracowane przez shwan.ciyako, a jego główną funkcją jest „Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.”.
Pobierz plik CRX rozszerzenia Jitsi Desktop Streamer VCC
Pobierz pliki rozszerzeń Jitsi Desktop Streamer VCC 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
This is a simple copy of jidesha with custom url for internal testing only. Do not install it if you have not been sent here by an adminstrator.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | agikdmapedbhblkeijolnojcjgkhoial |
Oficjalny URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial |
Opis | Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet. |
Rozmiar pliku | 36.09 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.1.6 |
Ostatnia Aktualizacja | 2018-04-25 |
Data Publikacji | 2018-04-25 |
Deweloper | shwan.ciyako |
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": "Jitsi Desktop Streamer VCC", "description": "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/artinfcm.volvocars.net\/*" ] } } |