MD-RTC Screensharing
Screensharing utility for MD-RTC
Co to jest MD-RTC Screensharing?
MD-RTC Screensharing to rozszerzenie Chrome opracowane przez http://www.mdced.com, a jego główną funkcją jest „Screensharing utility for MD-RTC”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MD-RTC Screensharing
Pobierz pliki rozszerzeń MD-RTC Screensharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | elhcgkjpibeokmpencddngcagkefbihn |
Oficjalny URL | https://chrome.google.com/webstore/detail/md-rtc-screensharing/elhcgkjpibeokmpencddngcagkefbihn |
Opis | Screensharing utility for MD-RTC |
Rozmiar pliku | 10.54 KB |
Liczba instalacji | 39 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2014-12-08 |
Data Publikacji | 2014-12-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://www.mdced.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.mdced.com/ge |
Obsługiwane Języki | 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" } |