NTUWLogin Bot

This extension helps you login to the NTUWL wireless network automatically.

Was ist NTUWLogin Bot?

NTUWLogin Bot ist eine Chrome-Erweiterung, die von Jianfeng entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you login to the NTUWL wireless network automatically.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

NTUWLogin Bot-Erweiterungs-CRX-Datei herunterladen

Laden Sie NTUWLogin Bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This tiny extension helps you use the NTUWL wireless network in a very convenient way.

Update in 1.2.1. Suggestions for feedback is added to About page.

Update in 1.2.0. Log in address modified to be able to work for more situations.  For example, It will work with wifi near Chinese Library, too. 

Every time you are redirected to the login page of NTUWL, NTUWLogin Bot will automatically fill in the form, login for you, and redirect you back.

Just fill in your login details in the options and let NTUWLogin Bot help you.

Btw, NTUWLogin Bot will definitely NOT store your personal information. All your data will be store locally on your computer.                    

Grundlegende Informationen zur Erweiterung

Name NTUWLogin Bot NTUWLogin Bot
ID lhdnakojjcalgnjagkaldadpncpodhje
Offizielle URL https://chromewebstore.google.com/detail/ntuwlogin-bot/lhdnakojjcalgnjagkaldadpncpodhje
Beschreibung This extension helps you login to the NTUWL wireless network automatically.
Dateigröße 54.62 KB
Installationsanzahl 111
Aktuelle Version 1.2.1
Letztes Update 2014-06-07
Veröffentlichungsdatum 2014-06-06
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler Jianfeng
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NTUWLogin Bot",
    "description": "This extension helps you login to the NTUWL wireless network automatically.",
    "version": "1.2.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "popup.html"
    }
}