Jitsi Desktop Streamer VCC
Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
Cos'è Jitsi Desktop Streamer VCC?
Jitsi Desktop Streamer VCC è un'estensione di Chrome sviluppata da shwan.ciyako, e la sua funzione principale è "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.".
Scarica il file CRX dell'estensione Jitsi Desktop Streamer VCC
Scarica i file di estensione Jitsi Desktop Streamer VCC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | agikdmapedbhblkeijolnojcjgkhoial |
URL Ufficiale | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial |
Descrizione | Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet. |
Dimensione del File | 36.09 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.1.6 |
Ultimo Aggiornamento | 2018-04-25 |
Data di Pubblicazione | 2018-04-25 |
Sviluppatore | shwan.ciyako |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } } |