GPA

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

Cos'è GPA?

GPA è un'estensione di Chrome sviluppata da gianghoang.9955, e la sua funzione principale è "this is the extension used to calculate the GPA score for the top points of the university fpt".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GPA

Scarica i file di estensione GPA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GPA GPA
ID lophbplfkejkpndhjfmfhjmlmehfmbng
URL Ufficiale https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng
Descrizione this is the extension used to calculate the GPA score for the top points of the university fpt
Dimensione del File 3.36 KB
Conteggio Installazioni 34
Versione Corrente 1.0
Ultimo Aggiornamento 2021-08-19
Data di Pubblicazione 2021-08-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore gianghoang.9955
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}