Unity Live Help Screen Share
Unity Live Help Screen Share
Apa itu Unity Live Help Screen Share?
Unity Live Help Screen Share adalah ekstensi Chrome yang dikembangkan oleh Unity, dan fitur utamanya adalah "Unity Live Help Screen Share".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unity Live Help Screen Share
Unduh file ekstensi Unity Live Help Screen Share dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Unity Live Help Screen Share |
ID | gnciegjlcbniffbifabplbjpimfpipbd |
URL Resmi | https://chromewebstore.google.com/detail/unity-live-help-screen-sh/gnciegjlcbniffbifabplbjpimfpipbd |
Deskripsi | Unity Live Help Screen Share |
Ukuran File | 5.32 KB |
Jumlah Instalasi | 479 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2019-08-17 |
Tanggal Publikasi | 2019-08-16 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Unity |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } } |