Linkello Screen Sharing
This extension allows you to share your screen
Apa itu Linkello Screen Sharing?
Linkello Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://linkello.com, dan fitur utamanya adalah "This extension allows you to share your screen".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Linkello Screen Sharing
Unduh file ekstensi Linkello 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
Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !
Informasi Dasar Ekstensi
Nama | Linkello Screen Sharing |
ID | eeopgbooadfjifpfalhifnogjblphecd |
URL Resmi | https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd |
Deskripsi | This extension allows you to share your screen |
Ukuran File | 12.11 KB |
Jumlah Instalasi | 243 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-01-09 |
Tanggal Publikasi | 2019-01-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://linkello.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkello Screen Sharing", "description": "This extension allows you to share your screen", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "bridge.js" ], "matches": [ "*:\/\/*.linkello.com\/*" ] } ], "permissions": [ "desktopCapture" ] } |