Virtulive WebRTC Screensharing
Screenshare extension for Virtulive SmartED and TeamMeet Applications
ما هو Virtulive WebRTC Screensharing؟
Virtulive WebRTC Screensharing هو إضافة Chrome تم تطويرها بواسطة Greeto Joseph، والميزة الرئيسية لها هي "Screenshare extension for Virtulive SmartED and TeamMeet Applications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Virtulive WebRTC Screensharing
قم بتنزيل ملفات الامتداد Virtulive WebRTC Screensharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Virtulive WebRTC screensharing extention allows users to share their screen or one of their applications with several attendees. For security reasons, screen/application sharing with WebRTC needs an extension to be installed.This extention to be installed for using SmartEd and TeamMeet screen sharing feature.
معلومات أساسية عن التمديد
الاسم | Virtulive WebRTC Screensharing |
ID | aieekphhgoefapkmjncejlapegbbmaef |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/virtulive-webrtc-screensh/aieekphhgoefapkmjncejlapegbbmaef |
الوصف | Screenshare extension for Virtulive SmartED and TeamMeet Applications |
حجم الملف | 7.45 KB |
عدد التثبيتات | 150 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2019-11-19 |
تاريخ النشر | 2019-11-19 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Greeto Joseph |
نوع الدفع | free |
موقع الإضافة | https://www.virtulive.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Virtulive WebRTC Screensharing", "short_name": "VL Screensharing", "version": "1.0.7", "author": "Greeto Joseph", "minimum_chrome_version": "34", "description": "Screenshare extension for Virtulive SmartED and TeamMeet Applications", "permissions": [ "desktopCapture" ], "background": { "scripts": [ "chromeDesktop.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.virtulive.com\/*", "https:\/\/*.virtuxpro.com\/*", "https:\/\/*.dhooth.com\/*", "https:\/\/*.virtuxpro.lan\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.virtulive.com\/*", "https:\/\/*.virtuxpro.com\/*", "https:\/\/*.dhooth.com\/*", "https:\/\/*.virtuxpro.lan\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |