WebRTC Desktop Sharing for Uniquity
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
WebRTC Desktop Sharing for Uniquity란 무엇입니까?
WebRTC Desktop Sharing for Uniquity은(는) https://andrexen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity"입니다.
확장 프로그램 스크린샷
WebRTC Desktop Sharing for Uniquity 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WebRTC Desktop Sharing for Uniquity -- WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
확장 프로그램 기본 정보
이름 | WebRTC Desktop Sharing for Uniquity |
ID | pofiaabfdjpmpaecpfmoplgnngdmfjdd |
공식 URL | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/pofiaabfdjpmpaecpfmoplgnngdmfjdd |
설명 | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
파일 크기 | 12.73 KB |
설치 횟수 | 323 |
현재 버전 | 1.5.0.3 |
최근 업데이트 | 2016-02-25 |
출시 날짜 | 2016-02-25 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | https://andrexen.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.andrexen.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Andrexen", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.andrexen.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*" ] } ], "description": "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity", "externally_connectable": { "matches": [ "https:\/\/*.andrexen.com\/*", "https:\/\/*.cirpack.com\/*", "https:\/\/*.uniquity.lab.as30781.net\/*", "https:\/\/*.uniquity.ovh\/*" ] }, "homepage_url": "http:\/\/uniquity.andrexen.com\/", "icons": { "128": "icon128.png", "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "WebRTC Desktop Sharing for Uniquity", "permissions": [ "desktopCapture" ], "version": "1.5.0.3" } |