VideoMost Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VideoMost.
What is VideoMost Desktop Streamer?
VideoMost Desktop Streamer is a Chrome extension developed by http://www.videomost.com, and its main feature is "A simple extension that allows you to stream your desktop into meetings with VideoMost.".
Extension Screenshots
Download VideoMost Desktop Streamer Extension CRX File
Download VideoMost Desktop Streamer 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
A Chrome extension for Desktop Sharing in VideoMost WebRTC conference server
Extension Basic Information
Name | |
ID | cjgpkpnacafccifcgbpflchiodbechbk |
Official URL | https://chrome.google.com/webstore/detail/videomost-desktop-streame/cjgpkpnacafccifcgbpflchiodbechbk |
Description | A simple extension that allows you to stream your desktop into meetings with VideoMost. |
File Size | 8.01 KB |
Installation Count | 507 |
Current Version | 25 |
Last Updated | 2018-12-20 |
Publish Date | 2018-12-20 |
Developer | http://www.videomost.com |
Payment Type | free |
Extension Website | http://www.videomost.com/en |
Help Page URL | http://www.videomost.com/en |
Supported Languages | 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\/*" ] } } |