IITG AutoLogin++

Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!

Qu'est-ce que IITG AutoLogin++ ?

IITG AutoLogin++ est une extension Chrome développée par samuellaskar3, et sa fonction principale est "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IITG AutoLogin++

Téléchargez les fichiers d'extension IITG AutoLogin++ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom IITG AutoLogin++ IITG AutoLogin++
ID laoonocbajmmlbobelmlcejplifbigli
URL Officiel https://chromewebstore.google.com/detail/iitg-autologin++/laoonocbajmmlbobelmlcejplifbigli
Description Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!
Taille du Fichier 49.59 KB
Nombre d'Installations 332
Version Actuelle 1.0
Dernière Mise à Jour 2024-01-09
Date de Publication 2024-01-09
Développeur samuellaskar3
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://aktarcompany.blogspot.com/2024/01/iitg-autologin-privacy-policy.html
Langues Prises en Charge 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"
    }
}