FPT GPA

GPA Of FPT University.

Cos'è FPT GPA?

FPT GPA è un'estensione di Chrome sviluppata da truongtv1399it, e la sua funzione principale è "GPA Of FPT University.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FPT GPA

Scarica i file di estensione FPT 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

                        An extension for FPT University by RubyBar
Date: 27/12/2022
----------------------------------------------------------------------
This software supports students to calculate the average score of each student's semester. Additionally, it can calculate the average GPA for students to know the type of diploma that owns the present.
-----------------------------------------------------------------------
Version history:
v1.1.2: Add list undefect
v1.1.3: Update new format FAP
v1.1.4: Update new format FAP
v1.1.5: Update new format FAP                    

Informazioni di Base sull'Estensione

Nome FPT GPA FPT GPA
ID lofjaafhahidapnnbiicofclaedimkda
URL Ufficiale https://chromewebstore.google.com/detail/fpt-gpa/lofjaafhahidapnnbiicofclaedimkda
Descrizione GPA Of FPT University.
Dimensione del File 39.13 KB
Conteggio Installazioni 3,510
Versione Corrente 1.1.5
Ultimo Aggiornamento 2022-12-27
Data di Pubblicazione 2021-08-23
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore truongtv1399it
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fap.fpt.edu.vn/Student.aspx
URL della Pagina di Aiuto https://fap.fpt.edu.vn/Student.aspx
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPT GPA",
    "description": "GPA Of FPT University.",
    "version": "1.1.5",
    "manifest_version": 3,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
                "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "css": [
                "css\/myStyles.css"
            ],
            "js": [
                "js\/myJS.js"
            ]
        }
    ]
}