FU Connect

Auto connect to dormitory network for FPT University Student!

FU Connectคืออะไร?

FU Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tobernguyen และคุณลักษณะหลักของมันคือ "Auto connect to dormitory network for FPT University Student!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FU Connect

ดาวน์โหลดไฟล์ส่วนขยาย FU Connect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FU Connect FU Connect
ID emphckhenlofgfjbjjokfeeioaiafnle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fu-connect/emphckhenlofgfjbjjokfeeioaiafnle
คำอธิบาย Auto connect to dormitory network for FPT University Student!
ขนาดไฟล์ 1.07 MB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2016-04-14
วันที่เผยแพร่ 2016-04-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tobernguyen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        ]
    }
}