ZJUWLAN

浙大校园网自动登录

What is ZJUWLAN?

ZJUWLAN is a Chrome extension developed by interest, and its main feature is "浙大校园网自动登录".

Extension Screenshots

screenshot

Download ZJUWLAN Extension CRX File

Download ZJUWLAN 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

                        针对10元VPN(包括电信移动VPN提速)的校园网用户,实现PC端的自动登录

更新:
v4.1.1: 目标网址只要是https://net.zju.edu.cn/开头即可,后缀支持任意字符串
v4.2.1: 修复:部分用户出现button模拟点击滞后于浏览器密码自动填充的情况。                    

Extension Basic Information

Name ZJUWLAN ZJUWLAN
ID pelmpfggjadfcekojbbgjdipihcalnej
Official URL https://chromewebstore.google.com/detail/zjuwlan/pelmpfggjadfcekojbbgjdipihcalnej
Description 浙大校园网自动登录
File Size 10.89 KB
Installation Count 129
Current Version 4.2.1
Last Updated 2019-04-26
Publish Date 2019-04-26
Developer interest
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZJUWLAN",
    "manifest_version": 2,
    "version": "4.2.1",
    "description": "\u6d59\u5927\u6821\u56ed\u7f51\u81ea\u52a8\u767b\u5f55",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "ZJUWLAN"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/net.zju.edu.cn\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}