MD-RTC Screensharing
Screensharing utility for MD-RTC
Cos'è MD-RTC Screensharing?
MD-RTC Screensharing è un'estensione di Chrome sviluppata da http://www.mdced.com, e la sua funzione principale è "Screensharing utility for MD-RTC".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MD-RTC Screensharing
Scarica i file di estensione MD-RTC Screensharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | elhcgkjpibeokmpencddngcagkefbihn |
URL Ufficiale | https://chrome.google.com/webstore/detail/md-rtc-screensharing/elhcgkjpibeokmpencddngcagkefbihn |
Descrizione | Screensharing utility for MD-RTC |
Dimensione del File | 10.54 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-12-08 |
Data di Pubblicazione | 2014-12-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.mdced.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.mdced.com/ge |
Lingue Supportate | 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" } |