Unity Live Help Screen Share
Unity Live Help Screen Share
Unity Live Help Screen Share là gì?
Unity Live Help Screen Share là một tiện ích mở rộng Chrome được phát triển bởi Unity, và tính năng chính của nó là "Unity Live Help Screen Share".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unity Live Help Screen Share
Tải xuống các tệp mở rộng Unity Live Help Screen Share dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unity Live Help Screen Share |
ID | gnciegjlcbniffbifabplbjpimfpipbd |
URL Chính Thức | https://chromewebstore.google.com/detail/unity-live-help-screen-sh/gnciegjlcbniffbifabplbjpimfpipbd |
Mô tả | Unity Live Help Screen Share |
Kích Thước Tệp | 5.32 KB |
Số Lần Cài Đặt | 479 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-08-17 |
Ngày Phát Hành | 2019-08-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unity |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |