Unity Live Help Screen Share
Unity Live Help Screen Share
Unity Live Help Screen Share란 무엇입니까?
Unity Live Help Screen Share은(는) Unity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unity Live Help Screen Share"입니다.
확장 프로그램 스크린샷
Unity Live Help Screen Share 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unity Live Help extension allows you to share your whole desktop or individual documents, PDFs, slideshows, and more with others in the live help session.
확장 프로그램 기본 정보
이름 | Unity Live Help Screen Share |
ID | gnciegjlcbniffbifabplbjpimfpipbd |
공식 URL | https://chromewebstore.google.com/detail/unity-live-help-screen-sh/gnciegjlcbniffbifabplbjpimfpipbd |
설명 | Unity Live Help Screen Share |
파일 크기 | 5.32 KB |
설치 횟수 | 479 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-08-17 |
출시 날짜 | 2019-08-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Unity |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unity Live Help Screen Share", "author": "unity connect", "version": "1.0.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Unity Live Help Screen Share", "homepage_url": "https:\/\/connect.unity.com", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "icons": { "48": "images\/unity_logo_48.png" }, "browser_action": { "default_icon": "images\/unity_logo_48.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "unity_logo_48.png" ], "externally_connectable": { "matches": [ "*:\/\/connect-local.unity.com\/*", "*:\/\/connect-test.unity.com\/*", "*:\/\/connect-staging.unity.com\/*", "*:\/\/connect.unity.com\/*", "*:\/\/livehelp-local.unity.com\/*", "*:\/\/livehelp-int.unity.com\/*", "*:\/\/livehelp-staging.unity.com\/*", "*:\/\/livehelp.unity.com\/*" ] } } |