NTUWLogin Bot
This extension helps you login to the NTUWL wireless network automatically.
NTUWLogin Bot là gì?
NTUWLogin Bot là một tiện ích mở rộng Chrome được phát triển bởi Jianfeng, và tính năng chính của nó là "This extension helps you login to the NTUWL wireless network automatically.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NTUWLogin Bot
Tải xuống các tệp mở rộng NTUWLogin Bot 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NTUWLogin Bot |
ID | lhdnakojjcalgnjagkaldadpncpodhje |
URL Chính Thức | https://chromewebstore.google.com/detail/ntuwlogin-bot/lhdnakojjcalgnjagkaldadpncpodhje |
Mô tả | This extension helps you login to the NTUWL wireless network automatically. |
Kích Thước Tệp | 54.62 KB |
Số Lần Cài Đặt | 111 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2014-06-07 |
Ngày Phát Hành | 2014-06-06 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Jianfeng |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |