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
官方網址 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
電子郵箱 [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:*\/*"
        ]
    }
}