精弘校园助手

浙江工业大学精弘校园助手,快速查成绩,查课表,还有更多隐藏功能

What is 精弘校园助手?

精弘校园助手 is a Chrome extension developed by http://bbs.zjut.edu.cn, and its main feature is "浙江工业大学精弘校园助手,快速查成绩,查课表,还有更多隐藏功能".

Extension Screenshots

screenshot
screenshot

Download 精弘校园助手 Extension CRX File

Download 精弘校园助手 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

                        0.1.0更新
修复因G20导致api不能访问的问题

原创辅助功能介绍
1. 登录界面自动选择登录类型为:[学生]
2. 进入成绩查询页面自动显示当前学期的的所有科目成绩
3. 自动计算当前页面平均绩点(Beta)
4. 自动评教勾选10分(手动提交评价结果)
5. 其他隐藏技能

其他功能
1. 一键查成绩及课表
2. 后续更新                    

Extension Basic Information

Name 精弘校园助手 精弘校园助手
ID hmhlpigpiaeplegfmjfcfgaagldkbaka
Official URL https://chrome.google.com/webstore/detail/%E7%B2%BE%E5%BC%98%E6%A0%A1%E5%9B%AD%E5%8A%A9%E6%89%8B/hmhlpigpiaeplegfmjfcfgaagldkbaka
Description 浙江工业大学精弘校园助手,快速查成绩,查课表,还有更多隐藏功能
File Size 531 KB
Installation Count 33
Current Version 0.1.1
Last Updated 2016-08-19
Publish Date 2016-08-19
Rating 5.00/5 Total 6 Ratings
Developer http://bbs.zjut.edu.cn
Email [email protected]
Payment Type free
Privacy Policy Page URL http://bbs.zjut.edu.cn
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7cbe\u5f18\u6821\u56ed\u52a9\u624b",
    "version": "0.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "http:\/\/www.ycjw.zjut.edu.cn\/*",
                "http:\/\/172.16.7.221\/*",
                "http:\/\/172.16.7.194\/*",
                "http:\/\/172.16.7.86\/*",
                "http:\/\/172.16.7.84\/*",
                "http:\/\/172.16.7.83\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/script.min.js"
            ],
            "matches": [
                "http:\/\/www.ycjw.zjut.edu.cn\/*",
                "http:\/\/172.16.7.85\/*",
                "http:\/\/172.16.7.86\/*",
                "http:\/\/172.16.7.84\/*",
                "http:\/\/172.16.7.83\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "\u6d59\u6c5f\u5de5\u4e1a\u5927\u5b66\u7cbe\u5f18\u6821\u56ed\u52a9\u624b\uff0c\u5feb\u901f\u67e5\u6210\u7ee9\uff0c\u67e5\u8bfe\u8868\uff0c\u8fd8\u6709\u66f4\u591a\u9690\u85cf\u529f\u80fd",
    "icons": {
        "128": "imgs\/icon-128.png",
        "16": "imgs\/icon-16.png",
        "32": "imgs\/icon-32.png",
        "48": "imgs\/icon-48.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "http:\/\/*.zjut.com\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "imgs\/icon-48.png",
        "default_title": "\u6d59\u6c5f\u5de5\u4e1a\u5927\u5b66\u7cbe\u5f18\u6821\u56ed\u52a9\u624b",
        "default_popup": "popup.html"
    }
}