Live Web Screensharing
Extension to allow screen sharing in Live Web Application.
Apa itu Live Web Screensharing?
Live Web Screensharing adalah ekstensi Chrome yang dikembangkan oleh polyvnet, dan fitur utamanya adalah "Extension to allow screen sharing in Live Web Application.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Live Web Screensharing
Unduh file ekstensi Live Web Screensharing 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
Extension to allow screen sharing in Live Web Application.
Informasi Dasar Ekstensi
Nama | Live Web Screensharing |
ID | cbkjnhkfmpoicpeoompbhdnfldjhohmh |
URL Resmi | https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh |
Deskripsi | Extension to allow screen sharing in Live Web Application. |
Ukuran File | 16.23 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2019-04-10 |
Tanggal Publikasi | 2019-04-09 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | polyvnet |
Tipe Pembayaran | free |
Bahasa yang Didukung | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "34", "name": "Live Web Screensharing", "permissions": [ "desktopCapture" ], "short_name": "Screen sharing for Live", "version": "0.0.2", "author": "Polyv LM", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing in Live Web Application.", "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/live.polyv.net:*\/*", "*:\/\/new.polyv.net:*\/*", "*:\/\/gs.agora.io\/*", "*:\/\/webdemo.agora.io\/*", "*:\/\/webdemo.agorabeckon.com\/*" ] }, "icons": { "128": "128w.png", "16": "16w.png", "48": "48w.png" }, "browser_action": { "default_icon": "16w.png" } } |