GMS Meet Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with GMS Meet.
Vad är GMS Meet Desktop Streamer?
GMS Meet Desktop Streamer är en Chrome-tillägg utvecklad av https://meet.gms-cloud.com, och dess huvudfunktion är "A simple extension that allows you to stream your desktop into meetings with GMS Meet.".
Tilläggsskärmbilder
Ladda ner GMS Meet Desktop Streamer-förlängningens CRX-fil
Ladda ner GMS Meet 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
This extension will allow you to use the desktop sharing feature of Gordano's GMS Meet video conferencing facility. Add this extension to Chrome to allow sharing of your desktop with other participants in your meetings.
Grundläggande Information om Tillägg
Namn | GMS Meet Desktop Streamer |
ID | gbjhcabogheceoaljkfgpiplnhgdeffh |
Officiell webbadress | https://chromewebstore.google.com/detail/gms-meet-desktop-streamer/gbjhcabogheceoaljkfgpiplnhgdeffh |
Beskrivning | A simple extension that allows you to stream your desktop into meetings with GMS Meet. |
Filstorlek | 17.05 KB |
Antal Installationer | 23 |
Aktuell Version | 0.1.6 |
Senast Uppdaterad | 2017-11-16 |
Publiceringsdatum | 2017-11-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://meet.gms-cloud.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.gms-cloud.com |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GMS Meet Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with GMS Meet.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.gms-cloud.com\/*" ] } } |