FPT GPA

Calculate Total GPA and semester GPA

What is FPT GPA?

FPT GPA is a Chrome extension developed by vuhk, and its main feature is "Calculate Total GPA and semester GPA".

Extension Screenshots

screenshot

Download FPT GPA Extension CRX File

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

                        An Extension for Students of FPT
- Caculate GPA and evalue rank each Semester and 
- Caculate total GPA
Updated for 12/2019

Changelog : 
- 27/12/2019 : Move PMG201c to exclude list
- 19/03/2021 : Support https                    

Extension Basic Information

Name FPT GPA FPT GPA
ID pieacoaichghpileamnhephkedchnlba
Official URL https://chromewebstore.google.com/detail/fpt-gpa/pieacoaichghpileamnhephkedchnlba
Description Calculate Total GPA and semester GPA
File Size 244 KB
Installation Count 10,479
Current Version 1.4.2
Last Updated 2021-11-25
Publish Date 2020-06-04
Rating 4.90/5 Total 21 Ratings
Developer vuhk
Email [email protected]
Payment Type free
Extension Website http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx
Help Page URL https://www.facebook.com/khanhvu2212
Privacy Policy Page URL https://spdx.org/licenses/MIT.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPT GPA",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "Calculate Total GPA and semester GPA",
    "homepage_url": "https:\/\/www.facebook.com\/khanhvu2212",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FU GPA"
    },
    "permissions": [
        "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
        "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
                "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "css": [
                "css\/gpa.css"
            ],
            "js": [
                "js\/define.js",
                "js\/util.js",
                "js\/logic.js"
            ],
            "run_at": "document_end"
        }
    ]
}