IITG AutoLogin

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

What is IITG AutoLogin?

IITG AutoLogin is a Chrome extension developed by shashwat.jolly, and its main feature is "This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!".

Extension Screenshots

screenshot

Download IITG AutoLogin Extension CRX File

Download IITG AutoLogin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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                    

Extension Basic Information

Name IITG AutoLogin IITG AutoLogin
ID hlbcdnfdlghcdgkhgbiboicdcpddjnnb
Official URL https://chromewebstore.google.com/detail/iitg-autologin/hlbcdnfdlghcdgkhgbiboicdcpddjnnb
Description This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!
File Size 106 KB
Installation Count 7,455
Current Version 1.3
Last Updated 2020-02-02
Publish Date 2020-02-02
Rating 4.55/5 Total 31 Ratings
Developer shashwat.jolly
Email [email protected]
Payment Type free
Privacy Policy Page URL https://drive.google.com/open?id=1P12AhepXksbe2fg9dDzdaPdJp5ie7Rwv
Supported Languages 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"
    }
}