IITG AutoLogin

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

IITG AutoLogin란 무엇입니까?

IITG AutoLogin은(는) shashwat.jolly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!"입니다.

확장 프로그램 스크린샷

screenshot

IITG AutoLogin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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                    

확장 프로그램 기본 정보

이름 IITG AutoLogin IITG AutoLogin
ID hlbcdnfdlghcdgkhgbiboicdcpddjnnb
공식 URL https://chromewebstore.google.com/detail/iitg-autologin/hlbcdnfdlghcdgkhgbiboicdcpddjnnb
설명 This extension will automatically log you into the IITG network. No need to login everytime or keep a tab open!
파일 크기 106 KB
설치 횟수 7,455
현재 버전 1.3
최근 업데이트 2020-02-02
출시 날짜 2020-02-02
평점 4.55/5 총 31 개의 평점
개발자 shashwat.jolly
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://drive.google.com/open?id=1P12AhepXksbe2fg9dDzdaPdJp5ie7Rwv
지원되는 언어 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"
    }
}