GPA

this is the extension used to calculate the GPA score for the top points of the university fpt

GPA là gì?

GPA là một tiện ích mở rộng Chrome được phát triển bởi gianghoang.9955, và tính năng chính của nó là "this is the extension used to calculate the GPA score for the top points of the university fpt".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GPA

Tải xuống các tệp mở rộng GPA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        this is the extension used to calculate the GPA score for the top points of the university fpt                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GPA GPA
ID lophbplfkejkpndhjfmfhjmlmehfmbng
URL Chính Thức https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng
Mô tả this is the extension used to calculate the GPA score for the top points of the university fpt
Kích Thước Tệp 3.36 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-08-19
Ngày Phát Hành 2021-08-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gianghoang.9955
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPA",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}