Jitsi Desktop Streamer For Electa Meet

A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.

Cos'è Jitsi Desktop Streamer For Electa Meet?

Jitsi Desktop Streamer For Electa Meet è un'estensione di Chrome sviluppata da Electa, 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 Electa Meet

Scarica i file di estensione Jitsi Desktop Streamer For Electa Meet 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 Jitsi Extension will only work with Electa Meet                    

Informazioni di Base sull'Estensione

Nome Jitsi Desktop Streamer For Electa Meet Jitsi Desktop Streamer For Electa Meet
ID bjcogenimcpiagomifneeglhfmlcgahm
URL Ufficiale https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/bjcogenimcpiagomifneeglhfmlcgahm
Descrizione A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Dimensione del File 36.11 KB
Conteggio Installazioni 41
Versione Corrente 0.1.6
Ultimo Aggiornamento 2018-03-07
Data di Pubblicazione 2018-03-07
Sviluppatore Electa
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer For Electa Meet",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
    "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": [
            "*:\/\/jitsi.electa.ca\/*"
        ]
    }
}