Comcast Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
Vad är Comcast Desktop Streamer?
Comcast Desktop Streamer är en Chrome-tillägg utvecklad av http://meet.xrtc.cloud, och dess huvudfunktion är "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.".
Ladda ner Comcast Desktop Streamer-förlängningens CRX-fil
Ladda ner Comcast Desktop Streamer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | hecajbolghfdkfgckiabhklpgpjhncfl |
Officiell webbadress | https://chrome.google.com/webstore/detail/comcast-desktop-streamer/hecajbolghfdkfgckiabhklpgpjhncfl |
Beskrivning | A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge. |
Filstorlek | 26.91 KB |
Antal Installationer | 218 |
Aktuell Version | 0.1.6 |
Senast Uppdaterad | 2018-03-13 |
Publiceringsdatum | 2018-03-13 |
Utvecklare | http://meet.xrtc.cloud |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } } |