Connectivity Sender
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Apa itu Connectivity Sender?
Connectivity Sender adalah ekstensi Chrome yang dikembangkan oleh http://www.edito.biz, dan fitur utamanya adalah "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Connectivity Sender
Unduh file ekstensi Connectivity Sender 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
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network so that you can display the screen onto a TV, monitor or projector.1. Open Chrome extension app and select the name of the computer to connect 2. Select the screen to mirror. You need a Windows PC with a Connectivity Receiver software installed and connected to a TV, monitor or project. Also your computer and the Windows PC should be connected via Wi-Fi network.
Informasi Dasar Ekstensi
Nama | |
ID | fohlmkobgogbhacjdakifagilkfahkfo |
URL Resmi | https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo |
Deskripsi | Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network |
Ukuran File | 1.83 MB |
Jumlah Instalasi | 691 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2020-04-07 |
Tanggal Publikasi | 2020-04-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://www.edito.biz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.edito.biz/product/connectivity/chrome/intro |
URL Halaman Bantuan | http://www.edito.biz/product/connectivity/chrome/support |
URL Halaman Kebijakan Privasi | http://www.edito.biz/product/connectivity/chrome/privacy-policy |
Bahasa yang Didukung | en,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.6", "default_locale": "en", "options_page": "options.html", "permissions": [ "storage", "desktopCapture", "tabs" ], "background": { "scripts": [ "logger.js", "jsencrypt.min.js", "crypt.js", "serverlist.js", "context.js", "capture.js", "control.js", "avcontrol.js", "packet.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |