Ums - Husc Analyst
Tiện ích này giúp bạn quản lý, thống kê điểm của bạn, dành cho các bạn theo học tại Đại học Khoa học Huế và Đại học Ngoại ngữ Huế
What is Ums - Husc Analyst?
Ums - Husc Analyst is a Chrome extension developed by iqa.otis, and its main feature is "Tiện ích này giúp bạn quản lý, thống kê điểm của bạn, dành cho các bạn theo học tại Đại học Khoa học Huế và Đại học Ngoại ngữ Huế".
Extension Screenshots
Download Ums - Husc Analyst Extension CRX File
Download Ums - Husc Analyst 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
Có gì mới trong các phiên bản *** v2.0.3 *** Tạm ngưng hỗ trợ chatGPT *** v2.0.2 *** Cải thiện UI/UX *** v2.0.1 *** Thêm thư viện, cải thiện chất lượng *** v2.0.0 *** Vui lòng đọc tại liên kết bên dưới để xem những sự thay đổi: https://otis-dev.notion.site/otis-dev/UMS-HUSC-EXTENSION-423f07f58e7c4ba8bf39660b90a4fb8b *** v1.2.6 ***: - Sửa lỗi dự đoán điểm thi cần đạt *** v1.2.5 ***: - Sửa lỗi đánh giá học lực và bật/tắt tính năng *** v1.2.4 ***: - Sửa lỗi không nhận được thông báo khi có tin nhắn *** v1.2.3 ***: - Sửa lỗi truy cập bằng phương thức HTTPS và cải thiện hiệu năng *** v1.2.2 ***: - Tính năng mới: Xuất bảng điểm *** v1.2.1 ***: - Tính năng mới: Dashboard - Cải thiện UI (Toolbox) - Hiển thị phiên bản của extension ở popup - Thay đổi icon extension *** v1.1.2 ***: - Bổ sung đếm số học phần xếp loại F *** v1.1.1 ***: - Sửa lỗi biểu đồ hệ 10 của học kỳ gần nhất - Làm tròn điểm dự kiến cần đạt theo thang điểm 0.25 ---------------------------------------------------------------------------------------------------------------------------------------------- Tiện ích sẽ giúp các bạn dễ dàng quản lý, thống kê điểm theo học kỳ, theo năm. Ngoài ra, chúng tôi còn bổ sung thêm một số tính năng mới nhằm nâng cao trải nghiệm của bạn. Giao diện được tùy chỉnh sẽ trông bắt mắt hơn, đẹp đẽ hơn. Chi tiết vui lòng xem tại https://ducphuc-dev.github.io/ums-husc-analyst
Extension Basic Information
Name | Ums - Husc Analyst |
ID | molgaipgjcjnmldejmkdjpcnmjbikgdc |
Official URL | https://chromewebstore.google.com/detail/ums-husc-analyst/molgaipgjcjnmldejmkdjpcnmjbikgdc |
Description | Tiện ích này giúp bạn quản lý, thống kê điểm của bạn, dành cho các bạn theo học tại Đại học Khoa học Huế và Đại học Ngoại ngữ Huế |
File Size | 1.57 MB |
Installation Count | 525 |
Current Version | 2.0.3 |
Last Updated | 2023-07-22 |
Publish Date | 2020-07-02 |
Rating | 4.96/5 Total 27 Ratings |
Developer | iqa.otis |
[email protected] | |
Payment Type | free |
Extension Website | https://ducphuc-dev.github.io/ums-husc-analyst |
Help Page URL | https://fb.com/DucPhucIT |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ums - Husc Analyst", "manifest_version": 3, "version": "2.0.3", "description": "Ti\u1ec7n \u00edch n\u00e0y gi\u00fap b\u1ea1n qu\u1ea3n l\u00fd, th\u1ed1ng k\u00ea \u0111i\u1ec3m c\u1ee7a b\u1ea1n, d\u00e0nh cho c\u00e1c b\u1ea1n theo h\u1ecdc t\u1ea1i \u0110\u1ea1i h\u1ecdc Khoa h\u1ecdc Hu\u1ebf v\u00e0 \u0110\u1ea1i h\u1ecdc Ngo\u1ea1i ng\u1eef Hu\u1ebf", "icons": { "128": "images\/icon_new.png", "64": "images\/icon_new.png", "32": "images\/icon_new.png" }, "background": { "service_worker": "scripts\/background.js" }, "action": { "default_title": "Ums - Husc Analyst", "default_icon": "images\/icon_new.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/student.husc.edu.vn\/*", "https:\/\/student.husc.edu.vn\/*", "https:\/\/student.huflis.edu.vn\/*" ], "css": [ "css\/define.css", "css\/custom.css", "css\/jquery-confirm.css" ], "js": [ "scripts\/jquery-3.4.1.js", "scripts\/bootstrap.min.js", "scripts\/jquery-confirm.js", "scripts\/chart.js", "scripts\/event.js", "scripts\/content.js", "scripts\/xlsx.full.min.js" ] } ], "web_accessible_resources": [ { "resources": [ "modal.html", "modal_course.html", "toolbox.html", "toolbox-study-result.html" ], "matches": [ "https:\/\/*\/*" ] } ], "permissions": [ "storage", "notifications" ], "content_security_policy": { "extension_pages": "default-src 'self'; object-src 'self';" } } |