Enso.me Desktop Streamer

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

Enso.me Desktop Streamerとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        This extension provides the enso.me site with desktop streaming functionality over Chrome.                    

拡張機能の基本情報

名前 Enso.me Desktop Streamer Enso.me Desktop Streamer
ID kfbmhcbmencgifglglmhdlbinlcgdfof
公式URL https://chromewebstore.google.com/detail/ensome-desktop-streamer/kfbmhcbmencgifglglmhdlbinlcgdfof
説明 A simple extension that allows you to stream your desktop into meetings with Enso.
ファイルサイズ 3.94 KB
インストール数 173
現在のバージョン 0.1.10
最終更新日 2016-02-03
公開日 2016-02-02
評価 1.00/5 合計 1 レビュー
開発者 https://enso.me
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enso.me Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Enso.",
    "version": "0.1.10",
    "minimum_chrome_version": "34",
    "icons": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/enso.me\/*",
            "*:\/\/*.atlassian.io\/*",
            "*:\/\/pawel.jitsi.net\/*",
            "*:\/\/hristo.jitsi.net\/*",
            "*:\/\/localhost:*\/*"
        ]
    }
}