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ファイルをダウンロード
Unity Live Help Screen Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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\/*" ] } } |