NTUWLogin Bot
This extension helps you login to the NTUWL wireless network automatically.
NTUWLogin Bot क्या है?
NTUWLogin Bot Jianfeng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you login to the NTUWL wireless network automatically."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NTUWLogin Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | NTUWLogin Bot |
ID | lhdnakojjcalgnjagkaldadpncpodhje |
आधिकारिक URL | https://chromewebstore.google.com/detail/ntuwlogin-bot/lhdnakojjcalgnjagkaldadpncpodhje |
विवरण | This extension helps you login to the NTUWL wireless network automatically. |
फ़ाइल का आकार | 54.62 KB |
स्थापना संख्या | 111 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2014-06-07 |
प्रकाशन तिथि | 2014-06-06 |
रेटिंग | 4.57/5 कुल 7 रेटिंग्स |
डेवलपर | Jianfeng |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |