MD-RTC Screensharing
Screensharing utility for MD-RTC
What is MD-RTC Screensharing?
MD-RTC Screensharing is a Chrome extension developed by http://www.mdced.com, and its main feature is "Screensharing utility for MD-RTC".
Extension Screenshots
Download MD-RTC Screensharing Extension CRX File
Download MD-RTC Screensharing 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
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.
Extension Basic Information
Name | |
ID | elhcgkjpibeokmpencddngcagkefbihn |
Official URL | https://chrome.google.com/webstore/detail/md-rtc-screensharing/elhcgkjpibeokmpencddngcagkefbihn |
Description | Screensharing utility for MD-RTC |
File Size | 10.54 KB |
Installation Count | 39 |
Current Version | 0.0.1 |
Last Updated | 2014-12-08 |
Publish Date | 2014-12-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.mdced.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mdced.com/ge |
Supported Languages | 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" } |