Jitsi Desktop Streamer for True IT
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Cos'è Jitsi Desktop Streamer for True IT?
Jitsi Desktop Streamer for True IT è un'estensione di Chrome sviluppata da koknoy, e la sua funzione principale è "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".
Scarica il file CRX dell'estensione Jitsi Desktop Streamer for True IT
Scarica i file di estensione Jitsi Desktop Streamer for True IT 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
allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.For TrueIT
Informazioni di Base sull'Estensione
Nome | |
ID | eldcfdfejpakcipnlkkcicbfgdapplbi |
URL Ufficiale | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/eldcfdfejpakcipnlkkcicbfgdapplbi |
Descrizione | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
Dimensione del File | 15.64 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.1.8 |
Ultimo Aggiornamento | 2016-12-27 |
Data di Pubblicazione | 2016-12-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | koknoy |
[email protected] | |
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 for True IT", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.8", "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": [ "*:\/\/61.90.233.141\/*" ] } } |