Jitsi Desktop Streamer for TrueCorp
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp
Cos'è Jitsi Desktop Streamer for TrueCorp?
Jitsi Desktop Streamer for TrueCorp è un'estensione di Chrome sviluppata da https://conference.truecorp.co.th, e la sua funzione principale è "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jitsi Desktop Streamer for TrueCorp
Scarica i file di estensione Jitsi Desktop Streamer for TrueCorp 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
For https://conference.truecorp.co.th
Informazioni di Base sull'Estensione
Nome | |
ID | nilakhcmgmaaklpndeebjijlbkogknfe |
URL Ufficiale | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/nilakhcmgmaaklpndeebjijlbkogknfe |
Descrizione | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp |
Dimensione del File | 35.84 KB |
Conteggio Installazioni | 120 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2016-10-06 |
Data di Pubblicazione | 2016-10-06 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | https://conference.truecorp.co.th |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer for TrueCorp", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp", "version": "0.1.5", "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": [ "*:\/\/conference.truecorp.co.th\/*" ] } } |