选课助手
浙江大学教务系统选课助手,可查看老师在学习帝上的评分和均绩,并通过优化算法查询课程余量及上课时间冲突情况
What is 选课助手?
选课助手 is a Chrome extension developed by https://enroll.zjuqsc.com, and its main feature is "浙江大学教务系统选课助手,可查看老师在学习帝上的评分和均绩,并通过优化算法查询课程余量及上课时间冲突情况".
Extension Screenshots
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
浙江大学教务系统选课助手,可查看老师在学习帝上的评分和均绩,并通过优化算法查询课程余量及上课时间冲突情况~o(≧v≦)o~~
Extension Basic Information
Name | 选课助手 |
ID | ogdbiinbadpfacfnngdjjcjcfkpmidfm |
Official URL | https://chromewebstore.google.com/detail/%E9%80%89%E8%AF%BE%E5%8A%A9%E6%89%8B/ogdbiinbadpfacfnngdjjcjcfkpmidfm |
Description | 浙江大学教务系统选课助手,可查看老师在学习帝上的评分和均绩,并通过优化算法查询课程余量及上课时间冲突情况 |
File Size | 168 KB |
Installation Count | 3,347 |
Current Version | 5.3.1 |
Last Updated | 2020-09-14 |
Publish Date | 2019-12-10 |
Rating | 4.77/5 Total 13 Ratings |
Developer | https://enroll.zjuqsc.com |
[email protected] | |
Payment Type | free |
Extension Website | https://enroll.zjuqsc.com/ |
Help Page URL | https://enroll.zjuqsc.com/help |
Supported Languages | zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "\u9009\u8bfe\u52a9\u624b", "version": "5.3.1", "minimum_chrome_version": "30.0.1312.52", "description": "\u6d59\u6c5f\u5927\u5b66\u6559\u52a1\u7cfb\u7edf\u9009\u8bfe\u52a9\u624b\uff0c\u53ef\u67e5\u770b\u8001\u5e08\u5728\u5b66\u4e60\u5e1d\u4e0a\u7684\u8bc4\u5206\u548c\u5747\u7ee9\uff0c\u5e76\u901a\u8fc7\u4f18\u5316\u7b97\u6cd5\u67e5\u8be2\u8bfe\u7a0b\u4f59\u91cf\u53ca\u4e0a\u8bfe\u65f6\u95f4\u51b2\u7a81\u60c5\u51b5", "default_locale": "zh_CN", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "html\/popup.html", "default_title": "" }, "content_scripts": [ { "matches": [ "http:\/\/10.202.78.14\/jwglxt\/*", "http:\/\/zdbk.zju.edu.cn\/jwglxt\/*", "http:\/\/zdbk.zju.edu.cn:8080\/jwglxt\/*", "http:\/\/10.202.110.46:8080\/jwglxt\/*" ], "js": [ "lib\/js\/sweetalert.min.js", "lib\/js\/jquery.min.js", "lib\/js\/nprogress.js", "js\/sort.js", "js\/contents.js", "js\/timetable.js" ], "css": [ "css\/sweetalert.css", "css\/nprogress.css" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "http:\/\/jwbinfosys.zju.edu.cn\/*", "http:\/\/10.202.78.13\/*", "http:\/\/10.202.78.14\/*", "http:\/\/10.202.110.46:8080\/*", "http:\/\/zdbk.zju.edu.cn\/*", "http:\/\/zdbk.zju.edu.cn:8080\/*", "http:\/\/10.202.78.12\/*", "https:\/\/enroll.zjuqsc.com\/*", "http:\/\/chalaoshi.cn\/*", "https:\/\/chalaoshi.cn\/*", "http:\/\/enroll.zjuqsc.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "html\/background.html" } } |