IITG AutoLogin++
Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!
IITG AutoLogin++란 무엇입니까?
IITG AutoLogin++은(는) samuellaskar3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!"입니다.
확장 프로그램 스크린샷
IITG AutoLogin++ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | IITG AutoLogin++ |
ID | laoonocbajmmlbobelmlcejplifbigli |
공식 URL | https://chromewebstore.google.com/detail/iitg-autologin++/laoonocbajmmlbobelmlcejplifbigli |
설명 | Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time! |
파일 크기 | 49.59 KB |
설치 횟수 | 332 |
현재 버전 | 1.0 |
최근 업데이트 | 2024-01-09 |
출시 날짜 | 2024-01-09 |
개발자 | samuellaskar3 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://aktarcompany.blogspot.com/2024/01/iitg-autologin-privacy-policy.html |
지원되는 언어 | 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" } } |