IITG AutoLogin

This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!

Cos'è IITG AutoLogin?

IITG AutoLogin è un'estensione di Chrome sviluppata da shashwat.jolly, e la sua funzione principale è "This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!".

Screenshot dell'Estensione

screenshot

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

                        - Save your credentials by going to the extension's options or press "Change Credentials" on the extension popup
- Enjoy seamless browsing without logging in and keeping a tab open at all times

Privacy Policy: https://drive.google.com/open?id=1P12AhepXksbe2fg9dDzdaPdJp5ie7Rwv                    

Informazioni di Base sull'Estensione

Nome IITG AutoLogin IITG AutoLogin
ID hlbcdnfdlghcdgkhgbiboicdcpddjnnb
URL Ufficiale https://chromewebstore.google.com/detail/iitg-autologin/hlbcdnfdlghcdgkhgbiboicdcpddjnnb
Descrizione This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!
Dimensione del File 106 KB
Conteggio Installazioni 7,455
Versione Corrente 1.3
Ultimo Aggiornamento 2020-02-02
Data di Pubblicazione 2020-02-02
Valutazione 4.55/5 Totale 31 Valutazioni
Sviluppatore shashwat.jolly
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://drive.google.com/open?id=1P12AhepXksbe2fg9dDzdaPdJp5ie7Rwv
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IITG AutoLogin",
    "description": "This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!",
    "version": "1.3",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/agnigarh.iitg.ac.in:1442\/*",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icon.png"
    }
}