MD-RTC Screensharing
Screensharing utility for MD-RTC
ما هو MD-RTC Screensharing؟
MD-RTC Screensharing هو إضافة Chrome تم تطويرها بواسطة http://www.mdced.com، والميزة الرئيسية لها هي "Screensharing utility for MD-RTC".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MD-RTC Screensharing
قم بتنزيل ملفات الامتداد MD-RTC Screensharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" } |