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ế

Qu'est-ce que Ums - Husc Analyst ?

Ums - Husc Analyst est une extension Chrome développée par iqa.otis, et sa fonction principale est "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ế".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ums - Husc Analyst

Téléchargez les fichiers d'extension Ums - Husc Analyst au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ums - Husc Analyst Ums - Husc Analyst
ID molgaipgjcjnmldejmkdjpcnmjbikgdc
URL Officiel 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ế
Taille du Fichier 1.57 MB
Nombre d'Installations 525
Version Actuelle 2.0.3
Dernière Mise à Jour 2023-07-22
Date de Publication 2020-07-02
Évaluation 4.96/5 Total 27 Évaluations
Développeur iqa.otis
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ducphuc-dev.github.io/ums-husc-analyst
URL de la Page d'Aide https://fb.com/DucPhucIT
Langues Prises en Charge 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';"
    }
}