FU Connect

Auto connect to dormitory network for FPT University Student!

What is FU Connect?

FU Connect is a Chrome extension developed by tobernguyen, and its main feature is "Auto connect to dormitory network for FPT University Student!".

Extension Screenshots

screenshot
screenshot
screenshot

Download FU Connect Extension CRX File

Download FU Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FU Connect FU Connect
ID emphckhenlofgfjbjjokfeeioaiafnle
Official URL https://chromewebstore.google.com/detail/fu-connect/emphckhenlofgfjbjjokfeeioaiafnle
Description Auto connect to dormitory network for FPT University Student!
File Size 1.07 MB
Installation Count 43
Current Version 1.3.0
Last Updated 2016-04-14
Publish Date 2016-04-14
Rating 5.00/5 Total 2 Ratings
Developer tobernguyen
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}