GMS Meet Desktop Streamer

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

GMS Meet Desktop Streamerとは何ですか?

GMS Meet Desktop Streamerはhttps://meet.gms-cloud.comによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into meetings with GMS Meet.」です。

拡張機能のスクリーンショット

screenshot

GMS Meet Desktop Streamer拡張機能のCRXファイルをダウンロード

GMS Meet Desktop Streamer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 GMS Meet Desktop Streamer GMS Meet Desktop Streamer
ID gbjhcabogheceoaljkfgpiplnhgdeffh
公式URL https://chromewebstore.google.com/detail/gms-meet-desktop-streamer/gbjhcabogheceoaljkfgpiplnhgdeffh
説明 A simple extension that allows you to stream your desktop into meetings with GMS Meet.
ファイルサイズ 17.05 KB
インストール数 23
現在のバージョン 0.1.6
最終更新日 2017-11-16
公開日 2017-11-16
評価 5.00/5 合計 1 レビュー
開発者 https://meet.gms-cloud.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.gms-cloud.com
対応言語 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\/*"
        ]
    }
}