GMS Meet Desktop Streamer

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

Apa itu GMS Meet Desktop Streamer?

GMS Meet Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh https://meet.gms-cloud.com, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with GMS Meet.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GMS Meet Desktop Streamer

Unduh file ekstensi GMS Meet Desktop Streamer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GMS Meet Desktop Streamer GMS Meet Desktop Streamer
ID gbjhcabogheceoaljkfgpiplnhgdeffh
URL Resmi https://chromewebstore.google.com/detail/gms-meet-desktop-streamer/gbjhcabogheceoaljkfgpiplnhgdeffh
Deskripsi A simple extension that allows you to stream your desktop into meetings with GMS Meet.
Ukuran File 17.05 KB
Jumlah Instalasi 23
Versi Saat Ini 0.1.6
Terakhir Diperbarui 2017-11-16
Tanggal Publikasi 2017-11-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://meet.gms-cloud.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.gms-cloud.com
Bahasa yang Didukung 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\/*"
        ]
    }
}