GPA

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

What is GPA?

GPA is a Chrome extension developed by gianghoang.9955, and its main feature is "this is the extension used to calculate the GPA score for the top points of the university fpt".

Extension Screenshots

screenshot

Download GPA Extension CRX File

Download GPA 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

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

Extension Basic Information

Name GPA GPA
ID lophbplfkejkpndhjfmfhjmlmehfmbng
Official URL https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng
Description this is the extension used to calculate the GPA score for the top points of the university fpt
File Size 3.36 KB
Installation Count 34
Current Version 1.0
Last Updated 2021-08-19
Publish Date 2021-08-19
Rating 5.00/5 Total 1 Ratings
Developer gianghoang.9955
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}