FU Connect

Auto connect to dormitory network for FPT University Student!

Cos'è FU Connect?

FU Connect è un'estensione di Chrome sviluppata da tobernguyen, e la sua funzione principale è "Auto connect to dormitory network for FPT University Student!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FU Connect

Scarica i file di estensione FU Connect 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

                        FU Connect provides:
- Automatically login when detecting FU Dormitory network
- Prevent disconnecting when idle
- Automatically re-login when detecting disconnection
- Notify users if internet is available at the moment by changing the icon on the action bar                    

Informazioni di Base sull'Estensione

Nome FU Connect FU Connect
ID emphckhenlofgfjbjjokfeeioaiafnle
URL Ufficiale https://chromewebstore.google.com/detail/fu-connect/emphckhenlofgfjbjjokfeeioaiafnle
Descrizione Auto connect to dormitory network for FPT University Student!
Dimensione del File 1.07 MB
Conteggio Installazioni 43
Versione Corrente 1.3.0
Ultimo Aggiornamento 2016-04-14
Data di Pubblicazione 2016-04-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore tobernguyen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FU Connect",
    "version": "1.3.0",
    "description": "Auto connect to dormitory network for FPT University Student!",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "FU Connect",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}