SsuFi

Connect Ssu-Wifi Automatically

SsuFiคืออะไร?

SsuFi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gomjellie และคุณลักษณะหลักของมันคือ "Connect Ssu-Wifi Automatically"

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

screenshot

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

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

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

                        숭실대 와이파이 자동 로그인 플러그인 입니다.                    

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

ชื่อ SsuFi SsuFi
ID ebgfflahnnmjblcideohjocpckgegggj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ssufi/ebgfflahnnmjblcideohjocpckgegggj
คำอธิบาย Connect Ssu-Wifi Automatically
ขนาดไฟล์ 63.37 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-12-12
วันที่เผยแพร่ 2018-12-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gomjellie
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ko
manifest.json
{
    "author": "Oh Inkyu",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/jquery-2.1.4.min.js",
                "lib\/jquery.modal.min.js",
                "scripts\/index.js"
            ],
            "css": [
                "lib\/jquery.modal.css"
            ],
            "matches": [
                "http:\/\/auth.soongsil.ac.kr\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Connect Ssu-Wifi Automatically",
    "icons": {
        "128": "images\/Icon-128.png",
        "48": "images\/Icon-48.png",
        "16": "images\/Icon-16.png"
    },
    "manifest_version": 2,
    "name": "SsuFi",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "http:\/\/auth.soongsil.ac.kr\/*",
        "https:\/\/auth.soongsil.ac.kr\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        "images\/*"
    ]
}