Comcast Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
Hvad er Comcast Desktop Streamer?
Comcast Desktop Streamer er en Chrome-udvidelse udviklet af http://meet.xrtc.cloud, og dens hovedfunktion er "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.".
Download Comcast Desktop Streamer-udvidelses-CRX-fil
Download Comcast Desktop Streamer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hecajbolghfdkfgckiabhklpgpjhncfl |
Officiel URL | https://chrome.google.com/webstore/detail/comcast-desktop-streamer/hecajbolghfdkfgckiabhklpgpjhncfl |
Beskrivelse | A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge. |
Filstørrelse | 26.91 KB |
Antal Installationer | 218 |
Nuværende Version | 0.1.6 |
Senest Opdateret | 2018-03-13 |
Udgivelsesdato | 2018-03-13 |
Udvikler | http://meet.xrtc.cloud |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } } |