VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
Apa itu VideoRTC Screensharing?
VideoRTC Screensharing adalah ekstensi Chrome yang dikembangkan oleh https://ivrpowers.com, dan fitur utamanya adalah "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VideoRTC Screensharing
Unduh file ekstensi VideoRTC Screensharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | VideoRTC Screensharing |
ID | pkilckpboojemoogepfpkgbihkfkikel |
URL Resmi | https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel |
Deskripsi | This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC |
Ukuran File | 10.14 KB |
Jumlah Instalasi | 0 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2017-03-22 |
Tanggal Publikasi | 2017-03-22 |
Pengembang | https://ivrpowers.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |