Comcast Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
What is Comcast Desktop Streamer?
Comcast Desktop Streamer is a Chrome extension developed by http://meet.xrtc.cloud, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.".
Download Comcast Desktop Streamer Extension CRX File
Download Comcast Desktop Streamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | hecajbolghfdkfgckiabhklpgpjhncfl |
Official URL | 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. |
File Size | 26.91 KB |
Installation Count | 218 |
Current Version | 0.1.6 |
Last Updated | 2018-03-13 |
Publish Date | 2018-03-13 |
Developer | http://meet.xrtc.cloud |
Payment Type | free |
Supported Languages | 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\/*" ] } } |