FU Connect

Auto connect to dormitory network for FPT University Student!

O que é FU Connect?

FU Connect é uma extensão do Chrome desenvolvida por tobernguyen, e sua principal característica é "Auto connect to dormitory network for FPT University Student!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FU Connect

Baixe arquivos de extensão FU Connect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FU Connect FU Connect
ID emphckhenlofgfjbjjokfeeioaiafnle
URL Oficial https://chromewebstore.google.com/detail/fu-connect/emphckhenlofgfjbjjokfeeioaiafnle
Descrição Auto connect to dormitory network for FPT University Student!
Tamanho do Arquivo 1.07 MB
Contagem de Instalações 43
Versão Atual 1.3.0
Última Atualização 2016-04-14
Data de Publicação 2016-04-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor tobernguyen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}