Comcast Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
Wat is Comcast Desktop Streamer?
Comcast Desktop Streamer is een Chrome-extensie ontwikkeld door http://meet.xrtc.cloud, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.".
Download het CRX-bestand van de extensie Comcast Desktop Streamer
Download Comcast Desktop Streamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | hecajbolghfdkfgckiabhklpgpjhncfl |
Officiële URL | https://chrome.google.com/webstore/detail/comcast-desktop-streamer/hecajbolghfdkfgckiabhklpgpjhncfl |
Beschrijving | A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge. |
Bestandsgrootte | 26.91 KB |
Aantal Installaties | 218 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2018-03-13 |
Publicatiedatum | 2018-03-13 |
Ontwikkelaar | http://meet.xrtc.cloud |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |