Sling Desktop Share
This extension allows the slingapp.net website to share your screen.
Apa itu Sling Desktop Share?
Sling Desktop Share adalah ekstensi Chrome yang dikembangkan oleh http://slingapp.net, dan fitur utamanya adalah "This extension allows the slingapp.net website to share your screen.".
Unduh Berkas CRX Ekstensi Sling Desktop Share
Unduh file ekstensi Sling Desktop 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
This extension activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.
Informasi Dasar Ekstensi
Nama | |
ID | pecpbndlndfegjibmbaplkjdkhdgmnei |
URL Resmi | https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei |
Deskripsi | This extension allows the slingapp.net website to share your screen. |
Ukuran File | 4.78 KB |
Jumlah Instalasi | 242 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2017-06-06 |
Tanggal Publikasi | 2017-06-06 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | http://slingapp.net |
Tipe Pembayaran | free |
Situs Ekstensi | https://slingapp.net |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sling Desktop Share", "description": "This extension allows the slingapp.net website to share your screen.", "version": "1.1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "sling64.png" }, "permissions": [ "activeTab", "desktopCapture", "tabs" ], "externally_connectible": { "matches": [ "*:\/\/slingapp.net\/*", "*:\/\/*.slingapp.net\/*" ] } } |