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 |
公式URL | 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\/*" ] } } |