VIT WiFi Auto Login

Automatically login to VIT WiFi

VIT WiFi Auto Login란 무엇입니까?

VIT WiFi Auto Login은(는) Rahul Davamani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically login to VIT WiFi"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

VIT WiFi Auto Login 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a Chrome Extension used to automate your login process to connect your VIT 2.4G/5G.
Provide Your Login Credentials and Connect to VIT WiFi like an ordirnary WiFi.
Your Passwords are Stored on Your Browser. It is not sent or stored on any external storage.
Support and Share it to others.
Designed and Developed by Rahul Davamani.

Versions:

* 1.0.0
 - Test Version
 - 15/10/2019

* 1.1.0
 - Developed Version
 - 15/10/2019

* 1.2.0
 - Added Logo, Icons and Tiles
 - Simplified the Name of the Extension and other Patch Works
 - 16/10/2019

* 1.2.1
 - Cleaned Up the Code
 - 17/10/2019

* 1.3.0
 - Added Notification
 - 19/10/2019

* 1.3.1
 - Minified the Code with Gulp.js
 - 20/10/2019                    

확장 프로그램 기본 정보

이름 VIT WiFi Auto Login VIT WiFi Auto Login
ID opplgfmlhieaibnddnjciilcadohjopd
공식 URL https://chromewebstore.google.com/detail/vit-wifi-auto-login/opplgfmlhieaibnddnjciilcadohjopd
설명 Automatically login to VIT WiFi
파일 크기 136 KB
설치 횟수 3,448
현재 버전 1.3.1
최근 업데이트 2019-10-20
출시 날짜 2019-10-20
평점 4.86/5 총 7 개의 평점
개발자 Rahul Davamani
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VIT WiFi Auto Login",
    "short_name": "VIT WiFi",
    "author": "Rahul Davamani",
    "version": "1.3.1",
    "description": "Automatically login to VIT WiFi",
    "icons": {
        "128": ".\/icons\/icon128.png",
        "48": ".\/icons\/icon48.png",
        "16": ".\/icons\/icon16.png"
    },
    "browser_action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            ".\/background_pages\/eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/phc.prontonetworks.com\/cgi-bin\/authlogin*"
            ],
            "js": [
                ".\/content_scripts\/content.js",
                ".\/library\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ]
}