SkyRooms.IO Desktop Streamer

Install this plugin to allow desktop sharing in SkyRooms.IO conferencing

SkyRooms.IO Desktop Streamerとは何ですか?

SkyRooms.IO Desktop Streamerはskyroomsioによって開発されたChromeの拡張機能で、その主な機能は「Install this plugin to allow desktop sharing in SkyRooms.IO conferencing」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        SkyRooms.IO Virtual Offices requires this plugin to be installed in your browser to do screen sharing during a meeting.

Participants do not need this to view your desktop feed at all.

Small and lite plugin, no extra stuff. Safe for your computer! :)                    

拡張機能の基本情報

名前 SkyRooms.IO Desktop Streamer SkyRooms.IO Desktop Streamer
ID pifoihkipgckedfddhjmmpddibjenieb
公式URL https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb
説明 Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
ファイルサイズ 33.4 KB
インストール数 945
現在のバージョン 0.1.6
最終更新日 2017-02-19
公開日 2017-02-19
評価 4.00/5 合計 2 レビュー
開発者 skyroomsio
支払い方法 free
拡張機能のウェブサイト https://www.skyrooms.io/
ヘルプページのURL https://www.skyrooms.io/help
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SkyRooms.IO Desktop Streamer",
    "description": "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing",
    "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": [
            "*:\/\/jitsi.skyrooms.io\/*",
            "*:\/\/skyrooms.io\/*"
        ]
    }
}