Comcast Desktop Streamer

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

Qu'est-ce que Comcast Desktop Streamer ?

Comcast Desktop Streamer est une extension Chrome développée par http://meet.xrtc.cloud, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.".

Télécharger le fichier CRX de l'extension Comcast Desktop Streamer

Téléchargez les fichiers d'extension Comcast Desktop Streamer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Comcast Desktop Streamer Comcast Desktop Streamer
ID hecajbolghfdkfgckiabhklpgpjhncfl
URL Officiel https://chrome.google.com/webstore/detail/comcast-desktop-streamer/hecajbolghfdkfgckiabhklpgpjhncfl
Description A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
Taille du Fichier 26.91 KB
Nombre d'Installations 218
Version Actuelle 0.1.6
Dernière Mise à Jour 2018-03-13
Date de Publication 2018-03-13
Développeur http://meet.xrtc.cloud
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}