Jitsi Desktop Streamer VCC
Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
Co je Jitsi Desktop Streamer VCC?
Jitsi Desktop Streamer VCC je rozšíření Chrome vyvinuté shwan.ciyako, a jeho hlavní funkcí je „Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.“.
Stáhnout soubor CRX rozšíření Jitsi Desktop Streamer VCC
Stáhněte si soubory rozšíření Jitsi Desktop Streamer VCC ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | agikdmapedbhblkeijolnojcjgkhoial |
Oficiální URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial |
Popis | Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet. |
Velikost souboru | 36.09 KB |
Počet instalací | 15 |
Aktuální Verze | 0.1.6 |
Poslední Aktualizace | 2018-04-25 |
Datum Vydání | 2018-04-25 |
Vývojář | shwan.ciyako |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } } |