GPA

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

Wat is GPA?

GPA is een Chrome-extensie ontwikkeld door gianghoang.9955, en de belangrijkste functie is "this is the extension used to calculate the GPA score for the top points of the university fpt".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GPA

Download GPA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam GPA GPA
ID lophbplfkejkpndhjfmfhjmlmehfmbng
Officiële URL https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng
Beschrijving this is the extension used to calculate the GPA score for the top points of the university fpt
Bestandsgrootte 3.36 KB
Aantal Installaties 34
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-19
Publicatiedatum 2021-08-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar gianghoang.9955
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}