VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
VideoRTC Screensharing là gì?
VideoRTC Screensharing là một tiện ích mở rộng Chrome được phát triển bởi https://ivrpowers.com, và tính năng chính của nó là "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VideoRTC Screensharing
Tải xuống các tệp mở rộng VideoRTC Screensharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VideoRTC Screensharing |
ID | pkilckpboojemoogepfpkgbihkfkikel |
URL Chính Thức | https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel |
Mô tả | This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC |
Kích Thước Tệp | 10.14 KB |
Số Lần Cài Đặt | 0 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-03-22 |
Ngày Phát Hành | 2017-03-22 |
Nhà Phát Triển | https://ivrpowers.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |