Viom Screen Capture

A simple extension that allows you to stream your screen into Viom webinar.

什麼是Viom Screen Capture?

Viom Screen Capture是由https://www.viom.cz開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that allows you to stream your screen into Viom webinar.”。

擴展截圖

screenshot
screenshot

下載Viom Screen Capture擴展crx文件

下載Viom Screen Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Jednoduché rozšíření, které Vám umožní vysílat svou obrazovku nebo obsah určitého okna do webináře Viom. 
---
A simple extension that allows You to stream your screen into Viom webinar.                    

擴展基本資訊

名稱 Viom Screen Capture Viom Screen Capture
ID dpblohdedckedjjlikapfneklignphpe
官方網址 https://chromewebstore.google.com/detail/viom-screen-capture/dpblohdedckedjjlikapfneklignphpe
簡介 A simple extension that allows you to stream your screen into Viom webinar.
檔案大小 14.28 KB
安裝次數 49
目前版本 0.1.10
更新時間 2018-11-25
上架時間 2018-11-25
開發者 https://www.viom.cz
付費類型 free
擴展官網 https://www.viom.cz
說明頁面URL https://www.viom.cz
支援的語言 cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Viom Screen Capture",
    "description": "A simple extension that allows you to stream your screen into Viom webinar.",
    "version": "0.1.10",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "viom-logo-16x16.png",
        "48": "viom-logo-48x48.png",
        "128": "viom-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.viom.cz\/*"
        ]
    }
}