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ế
Vad är Ums - Husc Analyst?
Ums - Husc Analyst är en Chrome-tillägg utvecklad av iqa.otis, och dess huvudfunktion är "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ế".
Tilläggsskärmbilder
Ladda ner Ums - Husc Analyst-förlängningens CRX-fil
Ladda ner Ums - Husc Analyst-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Ums - Husc Analyst |
ID | molgaipgjcjnmldejmkdjpcnmjbikgdc |
Officiell webbadress | https://chromewebstore.google.com/detail/ums-husc-analyst/molgaipgjcjnmldejmkdjpcnmjbikgdc |
Beskrivning | 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ế |
Filstorlek | 1.57 MB |
Antal Installationer | 525 |
Aktuell Version | 2.0.3 |
Senast Uppdaterad | 2023-07-22 |
Publiceringsdatum | 2020-07-02 |
Betyg | 4.96/5 Totalt 27 Betyg |
Utvecklare | iqa.otis |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ducphuc-dev.github.io/ums-husc-analyst |
Hjälpsida URL | https://fb.com/DucPhucIT |
Stödda Språk | 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';" } } |