GMS Meet Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with GMS Meet.

What is GMS Meet Desktop Streamer?

GMS Meet Desktop Streamer is a Chrome extension developed by https://meet.gms-cloud.com, and its main feature is "A simple extension that allows you to stream your desktop into meetings with GMS Meet.".

Extension Screenshots

screenshot

Download GMS Meet Desktop Streamer Extension CRX File

Download GMS Meet 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

                        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.                    

Extension Basic Information

Name GMS Meet Desktop Streamer GMS Meet Desktop Streamer
ID gbjhcabogheceoaljkfgpiplnhgdeffh
Official URL https://chromewebstore.google.com/detail/gms-meet-desktop-streamer/gbjhcabogheceoaljkfgpiplnhgdeffh
Description A simple extension that allows you to stream your desktop into meetings with GMS Meet.
File Size 17.05 KB
Installation Count 23
Current Version 0.1.6
Last Updated 2017-11-16
Publish Date 2017-11-16
Rating 5.00/5 Total 1 Ratings
Developer https://meet.gms-cloud.com
Email [email protected]
Payment Type free
Extension Website http://www.gms-cloud.com
Supported Languages 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\/*"
        ]
    }
}