Screen Capturing for ProVideomeeting
Extension to enable Screen Sharing for ProVideomeeting application
ما هو Screen Capturing for ProVideomeeting؟
Screen Capturing for ProVideomeeting هو إضافة Chrome تم تطويرها بواسطة https://provideomeeting.com، والميزة الرئيسية لها هي "Extension to enable Screen Sharing for ProVideomeeting application".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Screen Capturing for ProVideomeeting
قم بتنزيل ملفات الامتداد Screen Capturing for ProVideomeeting بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees. What is ProVideomeeting? - New level of online meetings. - Show presentations, video files or share your screen. Communicate in a common chat room or via private messages. - Modern HTML5 and WebRTC technologies, providing for high operation speed. - More than 75 functions with a simple intuitive interface. Discover new generation platform for video conferences
معلومات أساسية عن التمديد
الاسم | Screen Capturing for ProVideomeeting |
ID | jefofalaofaikkkpcekdgjchamdbkhgh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh |
الوصف | Extension to enable Screen Sharing for ProVideomeeting application |
حجم الملف | 5.69 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-05-23 |
تاريخ النشر | 2017-05-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://provideomeeting.com |
نوع الدفع | free |
موقع الإضافة | https://provideomeeting.com/ |
عنوان صفحة سياسة الخصوصية | https://provideomeeting.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Capturing for ProVideomeeting", "author": "NoviNexus Inc.", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Extension to enable Screen Sharing for ProVideomeeting application", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/provideomeeting.com\/*", "*:\/\/*.provideomeeting.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |