Live Web Screensharing
Extension to allow screen sharing in Live Web Application.
Live Web Screensharing란 무엇입니까?
Live Web Screensharing은(는) polyvnet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to allow screen sharing in Live Web Application."입니다.
확장 프로그램 스크린샷
Live Web Screensharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension to allow screen sharing in Live Web Application.
확장 프로그램 기본 정보
이름 | Live Web Screensharing |
ID | cbkjnhkfmpoicpeoompbhdnfldjhohmh |
공식 URL | https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh |
설명 | Extension to allow screen sharing in Live Web Application. |
파일 크기 | 16.23 KB |
설치 횟수 | 84 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2019-04-10 |
출시 날짜 | 2019-04-09 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | polyvnet |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "34", "name": "Live Web Screensharing", "permissions": [ "desktopCapture" ], "short_name": "Screen sharing for Live", "version": "0.0.2", "author": "Polyv LM", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing in Live Web Application.", "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/live.polyv.net:*\/*", "*:\/\/new.polyv.net:*\/*", "*:\/\/gs.agora.io\/*", "*:\/\/webdemo.agora.io\/*", "*:\/\/webdemo.agorabeckon.com\/*" ] }, "icons": { "128": "128w.png", "16": "16w.png", "48": "48w.png" }, "browser_action": { "default_icon": "16w.png" } } |