IITG AutoLogin++
Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!
Cos'è IITG AutoLogin++?
IITG AutoLogin++ è un'estensione di Chrome sviluppata da samuellaskar3, e la sua funzione principale è "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IITG AutoLogin++
Scarica i file di estensione IITG AutoLogin++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | IITG AutoLogin++ |
ID | laoonocbajmmlbobelmlcejplifbigli |
URL Ufficiale | https://chromewebstore.google.com/detail/iitg-autologin++/laoonocbajmmlbobelmlcejplifbigli |
Descrizione | Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time! |
Dimensione del File | 49.59 KB |
Conteggio Installazioni | 332 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2024-01-09 |
Data di Pubblicazione | 2024-01-09 |
Sviluppatore | samuellaskar3 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://aktarcompany.blogspot.com/2024/01/iitg-autologin-privacy-policy.html |
Lingue Supportate | 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" } } |