Viom Screen Capture
A simple extension that allows you to stream your screen into Viom webinar.
Wat is Viom Screen Capture?
Viom Screen Capture is een Chrome-extensie ontwikkeld door https://www.viom.cz, en de belangrijkste functie is "A simple extension that allows you to stream your screen into Viom webinar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Viom Screen Capture
Download Viom Screen Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Viom Screen Capture |
ID | dpblohdedckedjjlikapfneklignphpe |
Officiële URL | https://chromewebstore.google.com/detail/viom-screen-capture/dpblohdedckedjjlikapfneklignphpe |
Beschrijving | A simple extension that allows you to stream your screen into Viom webinar. |
Bestandsgrootte | 14.28 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.1.10 |
Laatst Bijgewerkt | 2018-11-25 |
Publicatiedatum | 2018-11-25 |
Ontwikkelaar | https://www.viom.cz |
Betalingswijze | free |
Extensiewebsite | https://www.viom.cz |
Help Pagina-URL | https://www.viom.cz |
Ondersteunde Talen | 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\/*" ] } } |