Edaura Video Collaboration Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.
ما هو Edaura Video Collaboration Desktop Streamer؟
Edaura Video Collaboration Desktop Streamer هو إضافة Chrome تم تطويرها بواسطة edaura.android، والميزة الرئيسية لها هي "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.".
تحميل ملف CRX للإضافة Edaura Video Collaboration Desktop Streamer
قم بتنزيل ملفات الامتداد Edaura Video Collaboration Desktop Streamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | mhgahehopklfajcpemmkbaljeagacdkp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/edaura-video-collaboratio/mhgahehopklfajcpemmkbaljeagacdkp |
الوصف | A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration. |
حجم الملف | 25.42 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 0.1.6 |
آخر تحديث | 2017-04-10 |
تاريخ النشر | 2017-04-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | edaura.android |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edaura Video Collaboration Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Edaura Video Collaboration.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "edaura-logo-16x16.png", "48": "edaura-logo-48x48.png", "128": "edaura-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/videocollaboration.edaura.com\/*" ] } } |