IITG AutoLogin++
Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!
IITG AutoLogin++ là gì?
IITG AutoLogin++ là một tiện ích mở rộng Chrome được phát triển bởi samuellaskar3, và tính năng chính của nó là "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!".
Ả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 IITG AutoLogin++
Tải xuống các tệp mở rộng IITG AutoLogin++ 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
Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time! Additional Features: 1. Encrypts your email and password before storing on local storage. 2. Displays possible reason for authentication failure. 3. Icons changes based on login and internet access status. Note: The extension is opensource and all contributions are welcome. GitHub URL: https://github.com/Samuel-Aktar-Laskar/IITG-Auto-Login-Extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IITG AutoLogin++ |
ID | laoonocbajmmlbobelmlcejplifbigli |
URL Chính Thức | https://chromewebstore.google.com/detail/iitg-autologin++/laoonocbajmmlbobelmlcejplifbigli |
Mô tả | Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time! |
Kích Thước Tệp | 49.59 KB |
Số Lần Cài Đặt | 332 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2024-01-09 |
Ngày Phát Hành | 2024-01-09 |
Nhà Phát Triển | samuellaskar3 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://aktarcompany.blogspot.com/2024/01/iitg-autologin-privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IITG AutoLogin++", "description": "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!", "version": "1.0", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "Popup.html" }, "options_page": "Options.html", "permissions": [ "storage", "offscreen" ], "host_permissions": [ "https:\/\/agnigarh.iitg.ac.in:1442\/*" ], "icons": { "128": "Icons\/icon_active2.png" } } |