FU Connect

Auto connect to dormitory network for FPT University Student!

FU Connect là gì?

FU Connect là một tiện ích mở rộng Chrome được phát triển bởi tobernguyen, và tính năng chính của nó là "Auto connect to dormitory network for FPT University Student!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FU Connect

Tải xuống các tệp mở rộng FU Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FU Connect FU Connect
ID emphckhenlofgfjbjjokfeeioaiafnle
URL Chính Thức https://chromewebstore.google.com/detail/fu-connect/emphckhenlofgfjbjjokfeeioaiafnle
Mô tả Auto connect to dormitory network for FPT University Student!
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2016-04-14
Ngày Phát Hành 2016-04-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tobernguyen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}