Viom Screen Capture

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

What is Viom Screen Capture?

Viom Screen Capture is a Chrome extension developed by https://www.viom.cz, and its main feature is "A simple extension that allows you to stream your screen into Viom webinar.".

Extension Screenshots

screenshot
screenshot

Download Viom Screen Capture Extension CRX File

Download Viom Screen Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Viom Screen Capture Viom Screen Capture
ID dpblohdedckedjjlikapfneklignphpe
Official URL https://chromewebstore.google.com/detail/viom-screen-capture/dpblohdedckedjjlikapfneklignphpe
Description A simple extension that allows you to stream your screen into Viom webinar.
File Size 14.28 KB
Installation Count 49
Current Version 0.1.10
Last Updated 2018-11-25
Publish Date 2018-11-25
Developer https://www.viom.cz
Payment Type free
Extension Website https://www.viom.cz
Help Page URL https://www.viom.cz
Supported Languages 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\/*"
        ]
    }
}