选课助手
浙江大学教务系统选课助手,可查看老师在学习帝上的评分和均绩,并通过优化算法查询课程余量及上课时间冲突情况
Cos'è 选课助手?
选课助手 è un'estensione di Chrome sviluppata da https://enroll.zjuqsc.com, e la sua funzione principale è "浙江大学教务系统选课助手,可查看老师在学习帝上的评分和均绩,并通过优化算法查询课程余量及上课时间冲突情况".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 选课助手
Scarica i file di estensione 选课助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
浙江大学教务系统选课助手,可查看老师在学习帝上的评分和均绩,并通过优化算法查询课程余量及上课时间冲突情况~o(≧v≦)o~~
Informazioni di Base sull'Estensione
Nome | 选课助手 |
ID | ogdbiinbadpfacfnngdjjcjcfkpmidfm |
URL Ufficiale | https://chromewebstore.google.com/detail/%E9%80%89%E8%AF%BE%E5%8A%A9%E6%89%8B/ogdbiinbadpfacfnngdjjcjcfkpmidfm |
Descrizione | 浙江大学教务系统选课助手,可查看老师在学习帝上的评分和均绩,并通过优化算法查询课程余量及上课时间冲突情况 |
Dimensione del File | 168 KB |
Conteggio Installazioni | 3,347 |
Versione Corrente | 5.3.1 |
Ultimo Aggiornamento | 2020-09-14 |
Data di Pubblicazione | 2019-12-10 |
Valutazione | 4.77/5 Totale 13 Valutazioni |
Sviluppatore | https://enroll.zjuqsc.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://enroll.zjuqsc.com/ |
URL della Pagina di Aiuto | https://enroll.zjuqsc.com/help |
Lingue Supportate | 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" } } |