Edaura Video Collaboration Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.
Wat is Edaura Video Collaboration Desktop Streamer?
Edaura Video Collaboration Desktop Streamer is een Chrome-extensie ontwikkeld door edaura.android, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.".
Download het CRX-bestand van de extensie Edaura Video Collaboration Desktop Streamer
Download Edaura Video Collaboration Desktop Streamer-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
Basisinformatie over de Extensie
Naam | |
ID | mhgahehopklfajcpemmkbaljeagacdkp |
Officiële URL | https://chromewebstore.google.com/detail/edaura-video-collaboratio/mhgahehopklfajcpemmkbaljeagacdkp |
Beschrijving | A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration. |
Bestandsgrootte | 25.42 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2017-04-10 |
Publicatiedatum | 2017-04-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | edaura.android |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edaura Video Collaboration Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "edaura-logo-16x16.png", "48": "edaura-logo-48x48.png", "128": "edaura-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/videocollaboration.edaura.com\/*" ] } } |