VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
VideoRTC Screensharing란 무엇입니까?
VideoRTC Screensharing은(는) https://ivrpowers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC"입니다.
확장 프로그램 스크린샷
VideoRTC Screensharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |