Viom Screen Capture

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

Was ist Viom Screen Capture?

Viom Screen Capture ist eine Chrome-Erweiterung, die von https://www.viom.cz entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows you to stream your screen into Viom webinar.".

Erweiterungsscreenshots

screenshot
screenshot

Viom Screen Capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie Viom Screen Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Viom Screen Capture Viom Screen Capture
ID dpblohdedckedjjlikapfneklignphpe
Offizielle URL https://chromewebstore.google.com/detail/viom-screen-capture/dpblohdedckedjjlikapfneklignphpe
Beschreibung A simple extension that allows you to stream your screen into Viom webinar.
Dateigröße 14.28 KB
Installationsanzahl 49
Aktuelle Version 0.1.10
Letztes Update 2018-11-25
Veröffentlichungsdatum 2018-11-25
Entwickler https://www.viom.cz
Zahlungsart free
Erweiterungswebsite https://www.viom.cz
Hilfeseite URL https://www.viom.cz
Unterstützte Sprachen 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\/*"
        ]
    }
}