VideoMost Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VideoMost.
什麼是VideoMost Desktop Streamer?
VideoMost Desktop Streamer是由http://www.videomost.com開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that allows you to stream your desktop into meetings with VideoMost.”。
擴展截圖
下載VideoMost Desktop Streamer擴展crx文件
下載VideoMost Desktop Streamer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Chrome extension for Desktop Sharing in VideoMost WebRTC conference server
擴展基本資訊
名稱 | |
ID | cjgpkpnacafccifcgbpflchiodbechbk |
官方網址 | https://chrome.google.com/webstore/detail/videomost-desktop-streame/cjgpkpnacafccifcgbpflchiodbechbk |
簡介 | A simple extension that allows you to stream your desktop into meetings with VideoMost. |
檔案大小 | 8.01 KB |
安裝次數 | 507 |
目前版本 | 25 |
更新時間 | 2018-12-20 |
上架時間 | 2018-12-20 |
開發者 | http://www.videomost.com |
付費類型 | free |
擴展官網 | http://www.videomost.com/en |
說明頁面URL | http://www.videomost.com/en |
支援的語言 | 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\/*" ] } } |