Smart Connection
Screen Sharing By Wireless Display
Cos'è Smart Connection?
Smart Connection è un'estensione di Chrome sviluppata da AtomWu, e la sua funzione principale è "Screen Sharing By Wireless Display".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Connection
Scarica i file di estensione Smart Connection 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
Smart Connection : Screen Sharing By Wireless Display.
Informazioni di Base sull'Estensione
Nome | |
ID | jdeffbcalgephoogkfbjdijifmdkcmkn |
URL Ufficiale | https://chrome.google.com/webstore/detail/smart-connection/jdeffbcalgephoogkfbjdijifmdkcmkn |
Descrizione | Screen Sharing By Wireless Display |
Dimensione del File | 146 KB |
Conteggio Installazioni | 764 |
Versione Corrente | 0.3.4 |
Ultimo Aggiornamento | 2018-05-10 |
Data di Pubblicazione | 2018-05-10 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | AtomWu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Connection", "description": "Screen Sharing By Wireless Display", "version": "0.3.4", "manifest_version": 2, "icons": { "48": "btn_sc_48x48.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "proxy", "tabs", "desktopCapture", "storage" ], "browser_action": { "default_icon": "btn_sc_nonshare_128.png", "default_popup": "popup.html" }, "options_page": "setting.html" } |