ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
Apa itu ConexED Screen Sharing?
ConexED Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://conexed.com, dan fitur utamanya adalah "Chrome screen sharing extension for the ConexED platform".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ConexED Screen Sharing
Unduh file ekstensi ConexED Screen Sharing 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
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.)
Informasi Dasar Ekstensi
Nama | ConexED Screen Sharing |
ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
URL Resmi | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
Deskripsi | Chrome screen sharing extension for the ConexED platform |
Ukuran File | 15.6 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.7.3 |
Terakhir Diperbarui | 2018-09-26 |
Tanggal Publikasi | 2018-09-26 |
Penilaian | 4.00/5 Total 10 Penilaian |
Pengembang | https://conexed.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://conexed.com |
URL Halaman Bantuan | https://blog.conexed.com/help-center/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConexED Screen Sharing", "version": "1.7.3", "manifest_version": 2, "description": "Chrome screen sharing extension for the ConexED platform", "background": { "page": "background.html", "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ] }, "icons": { "16": "images\/16x16-C.png", "32": "images\/32x32-C.png", "48": "images\/48x48-C.png", "128": "images\/128x128-C.png" }, "permissions": [ "desktopCapture", "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ], "web_accessible_resources": [ "images\/48x48-C.png" ] } |