Connectivity Sender
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Cos'è Connectivity Sender?
Connectivity Sender è un'estensione di Chrome sviluppata da http://www.edito.biz, e la sua funzione principale è "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Connectivity Sender
Scarica i file di estensione Connectivity Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fohlmkobgogbhacjdakifagilkfahkfo |
URL Ufficiale | https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo |
Descrizione | Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network |
Dimensione del File | 1.83 MB |
Conteggio Installazioni | 691 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2020-04-07 |
Data di Pubblicazione | 2020-04-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.edito.biz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.edito.biz/product/connectivity/chrome/intro |
URL della Pagina di Aiuto | http://www.edito.biz/product/connectivity/chrome/support |
URL della Pagina della Politica sulla Privacy | http://www.edito.biz/product/connectivity/chrome/privacy-policy |
Lingue Supportate | 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 } |