VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
ما هو VideoRTC Screensharing؟
VideoRTC Screensharing هو إضافة Chrome تم تطويرها بواسطة https://ivrpowers.com، والميزة الرئيسية لها هي "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VideoRTC Screensharing
قم بتنزيل ملفات الامتداد VideoRTC Screensharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
VideoRTC Screensharing is a chrome extension that supports to share a screen or window application from the Agent during an advanced Call Center interaction with Users.
معلومات أساسية عن التمديد
الاسم | VideoRTC Screensharing |
ID | pkilckpboojemoogepfpkgbihkfkikel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel |
الوصف | This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC |
حجم الملف | 10.14 KB |
عدد التثبيتات | 0 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-03-22 |
تاريخ النشر | 2017-03-22 |
المطور | https://ivrpowers.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VideoRTC Screensharing", "short_name": "VideoRTC Screensharing", "description": "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC", "author": "IVRPowers", "version": "1.0.0", "icons": { "128": "assets\/icon128.png", "16": "assets\/icon16.png", "48": "assets\/icon48.png" }, "minimum_chrome_version": "34", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "desktopCapture" ] } |