VideoMost Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VideoMost.
Wat is VideoMost Desktop Streamer?
VideoMost Desktop Streamer is een Chrome-extensie ontwikkeld door http://www.videomost.com, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with VideoMost.".
Extensie Screenshots
Download het CRX-bestand van de extensie VideoMost Desktop Streamer
Download VideoMost 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
A Chrome extension for Desktop Sharing in VideoMost WebRTC conference server
Basisinformatie over de Extensie
Naam | |
ID | cjgpkpnacafccifcgbpflchiodbechbk |
Officiële URL | https://chrome.google.com/webstore/detail/videomost-desktop-streame/cjgpkpnacafccifcgbpflchiodbechbk |
Beschrijving | A simple extension that allows you to stream your desktop into meetings with VideoMost. |
Bestandsgrootte | 8.01 KB |
Aantal Installaties | 507 |
Huidige Versie | 25 |
Laatst Bijgewerkt | 2018-12-20 |
Publicatiedatum | 2018-12-20 |
Ontwikkelaar | http://www.videomost.com |
Betalingswijze | free |
Extensiewebsite | http://www.videomost.com/en |
Help Pagina-URL | http://www.videomost.com/en |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VideoMost Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with VideoMost.", "version": "25", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/videomost.com\/*", "*:\/\/*.videomost.com\/*", "*:\/\/*.spiritcorp.com\/*", "*:\/\/*.spiritdsp.com\/*", "*:\/\/*.rt.ru\/*", "*:\/\/*.newtel.vn\/*", "*:\/\/*.menu247.vn\/*", "*:\/\/*.vconference.in\/*", "*:\/\/*.cloudline.video\/*", "*:\/\/*.mashtab.org\/*", "*:\/\/*.tattelecom.ru\/*", "*:\/\/*.instavc.com\/*", "*:\/\/*.excitel.in\/*", "*:\/\/*.softline.com\/*", "*:\/\/*.oncloud.ru\/*", "*:\/\/*.esetrussia.ru\/*", "*:\/\/*.vniizht.ru\/*", "*:\/\/*.basealt.ru\/*", "*:\/\/*.rossoft-rtk.ru\/*", "*:\/\/*.rosprint.net\/*", "*:\/\/vm.vm\/*", "*:\/\/*.global-x.ru\/*", "*:\/\/*.depo.local\/*", "*:\/\/*.enforta.ru\/*" ] } } |