Desktop Streamer

An extension that allows you to stream your desktop into meetings.

Desktop Streamerとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        An extension that allows you to stream your desktop into meetings.

JitMeet is an OpenSource (MIT) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences.                    

拡張機能の基本情報

名前 Desktop Streamer Desktop Streamer
ID pdpgihkidanhcfpnldbfnjdgmbokdlmp
公式URL https://chromewebstore.google.com/detail/desktop-streamer/pdpgihkidanhcfpnldbfnjdgmbokdlmp
説明 An extension that allows you to stream your desktop into meetings.
ファイルサイズ 26.03 KB
インストール数 51
現在のバージョン 0.1.7
最終更新日 2016-11-28
公開日 2016-11-28
開発者 https://meet-demo-01.cyberlink.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Desktop Streamer",
    "description": "An extension that allows you to stream your desktop into meetings.",
    "version": "0.1.7",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cyberlink.com\/*"
        ]
    }
}