FPT GPA

Calculate Total GPA and semester GPA

FPT GPA क्या है?

FPT GPA vuhk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate Total GPA and semester GPA"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FPT GPA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम FPT GPA FPT GPA
ID pieacoaichghpileamnhephkedchnlba
आधिकारिक URL https://chromewebstore.google.com/detail/fpt-gpa/pieacoaichghpileamnhephkedchnlba
विवरण Calculate Total GPA and semester GPA
फ़ाइल का आकार 244 KB
स्थापना संख्या 10,479
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2021-11-25
प्रकाशन तिथि 2020-06-04
रेटिंग 4.90/5 कुल 21 रेटिंग्स
डेवलपर vuhk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx
सहायता पृष्ठ URL https://www.facebook.com/khanhvu2212
गोपनीयता नीति पृष्ठ URL https://spdx.org/licenses/MIT.html
समर्थित भाषाएँ 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"
        }
    ]
}