Smart Connection Beta Version

Screen Sharing By Wireless Display

Cos'è Smart Connection Beta Version?

Smart Connection Beta Version è un'estensione di Chrome sviluppata da AtomWu, e la sua funzione principale è "Screen Sharing By Wireless Display".

Scarica il file CRX dell'estensione Smart Connection Beta Version

Scarica i file di estensione Smart Connection Beta Version 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

                                            

Informazioni di Base sull'Estensione

Nome Smart Connection Beta Version Smart Connection Beta Version
ID cfeahbinfdmegpkjibpocdndjjafolhd
URL Ufficiale https://chrome.google.com/webstore/detail/smart-connection-beta-ver/cfeahbinfdmegpkjibpocdndjjafolhd
Descrizione Screen Sharing By Wireless Display
Dimensione del File 180 KB
Conteggio Installazioni 197
Versione Corrente 0.1.9
Ultimo Aggiornamento 2017-03-17
Data di Pubblicazione 2017-03-17
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore AtomWu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Connection Beta Version",
    "description": "Screen Sharing By Wireless Display",
    "version": "0.1.9",
    "manifest_version": 2,
    "icons": {
        "48": "beta_48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "proxy",
        "tabs",
        "desktopCapture",
        "storage"
    ],
    "browser_action": {
        "default_icon": "beta.png",
        "default_popup": "popup.html"
    },
    "options_page": "setting.html"
}