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++ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον samuellaskar3, και η κύρια λειτουργία του είναι "Automatically log into the IITG network with this extension. No more manual logins or keeping tabs open every time!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IITG AutoLogin++

Λήψη αρχείων επέκτασης IITG AutoLogin++ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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++ 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"
    }
}