GMS Meet Desktop Streamer

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

Co to jest GMS Meet Desktop Streamer?

GMS Meet Desktop Streamer to rozszerzenie Chrome opracowane przez https://meet.gms-cloud.com, a jego główną funkcją jest „A simple extension that allows you to stream your desktop into meetings with GMS Meet.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GMS Meet Desktop Streamer

Pobierz pliki rozszerzeń GMS Meet Desktop Streamer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GMS Meet Desktop Streamer GMS Meet Desktop Streamer
ID gbjhcabogheceoaljkfgpiplnhgdeffh
Oficjalny URL https://chromewebstore.google.com/detail/gms-meet-desktop-streamer/gbjhcabogheceoaljkfgpiplnhgdeffh
Opis A simple extension that allows you to stream your desktop into meetings with GMS Meet.
Rozmiar pliku 17.05 KB
Liczba instalacji 23
Aktualna Wersja 0.1.6
Ostatnia Aktualizacja 2017-11-16
Data Publikacji 2017-11-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://meet.gms-cloud.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.gms-cloud.com
Obsługiwane Języki 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\/*"
        ]
    }
}