Comcast Desktop Streamer

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

Cos'è Comcast Desktop Streamer?

Comcast Desktop Streamer è un'estensione di Chrome sviluppata da http://meet.xrtc.cloud, e la sua funzione principale è "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.".

Scarica il file CRX dell'estensione Comcast Desktop Streamer

Scarica i file di estensione Comcast Desktop Streamer 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

                                            

Informazioni di Base sull'Estensione

Nome Comcast Desktop Streamer Comcast Desktop Streamer
ID hecajbolghfdkfgckiabhklpgpjhncfl
URL Ufficiale https://chrome.google.com/webstore/detail/comcast-desktop-streamer/hecajbolghfdkfgckiabhklpgpjhncfl
Descrizione A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
Dimensione del File 26.91 KB
Conteggio Installazioni 218
Versione Corrente 0.1.6
Ultimo Aggiornamento 2018-03-13
Data di Pubblicazione 2018-03-13
Sviluppatore http://meet.xrtc.cloud
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comcast Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.",
    "version": "0.1.6",
    "minimum_chrome_version": "39",
    "icons": {
        "16": "comcast-logo-16x16.png",
        "48": "comcast-logo-48x48.png",
        "128": "comcast-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.xrtc.me\/*"
        ]
    }
}