MD-RTC Screensharing
Screensharing utility for MD-RTC
MD-RTC Screensharingとは何ですか?
MD-RTC Screensharingはhttp://www.mdced.comによって開発されたChromeの拡張機能で、その主な機能は「Screensharing utility for MD-RTC」です。
拡張機能のスクリーンショット
MD-RTC Screensharing拡張機能のCRXファイルをダウンロード
MD-RTC Screensharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Truly simple video chat and screen sharing for Peer-Educator. MD-RTC is the quickest, easiest way to start a video conversation with anyone. no plugins required. Just easy. MD-RTC also features screen sharing and Text Chat.
拡張機能の基本情報
名前 | |
ID | elhcgkjpibeokmpencddngcagkefbihn |
公式URL | https://chrome.google.com/webstore/detail/md-rtc-screensharing/elhcgkjpibeokmpencddngcagkefbihn |
説明 | Screensharing utility for MD-RTC |
ファイルサイズ | 10.54 KB |
インストール数 | 39 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-12-08 |
公開日 | 2014-12-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://www.mdced.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mdced.com/ge |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MD-RTC Screensharing", "minimum_chrome_version": "34", "version": "0.0.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "desktopCapture" ], "content_scripts": [ { "matches": [ "https:\/\/mdced.com\/*", "https:\/\/*.mdced.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "md_128.png", "16": "md_16.png" }, "description": "Screensharing utility for MD-RTC" } |