Comcast Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.

Comcast Desktop Streamerとは何ですか?

Comcast Desktop Streamerはhttp://meet.xrtc.cloudによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Comcast Desktop Streamer Comcast Desktop Streamer
ID hecajbolghfdkfgckiabhklpgpjhncfl
公式URL https://chrome.google.com/webstore/detail/comcast-desktop-streamer/hecajbolghfdkfgckiabhklpgpjhncfl
説明 A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
ファイルサイズ 26.91 KB
インストール数 218
現在のバージョン 0.1.6
最終更新日 2018-03-13
公開日 2018-03-13
開発者 http://meet.xrtc.cloud
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comcast Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.",
    "version": "0.1.6",
    "minimum_chrome_version": "39",
    "icons": {
        "16": "comcast-logo-16x16.png",
        "48": "comcast-logo-48x48.png",
        "128": "comcast-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.xrtc.me\/*"
        ]
    }
}