BCA GPA 4.0

BCA GPA 4.0

Cos'è BCA GPA 4.0?

BCA GPA 4.0 è un'estensione di Chrome sviluppata da bcaGhost, e la sua funzione principale è "BCA GPA 4.0".

Scarica il file CRX dell'estensione BCA GPA 4.0

Scarica i file di estensione BCA GPA 4.0 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

                        Allows you to see your GPA if you attend BCA. Now with the new and improved version you can change your grades to see how it will affect your GPA. Now you'll know exactly what grades you need to get the GPA you want. Made by David, Arjun, Tyler, and Ansh.                    

Informazioni di Base sull'Estensione

Nome BCA GPA 4.0 BCA GPA 4.0
ID eodgkjfnihokcdlcmlikaomihnllgjil
URL Ufficiale https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil
Descrizione BCA GPA 4.0
Dimensione del File 6.6 KB
Conteggio Installazioni 140
Versione Corrente 4.0
Ultimo Aggiornamento 2018-05-05
Data di Pubblicazione 2018-05-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore bcaGhost
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BCA GPA 4.0",
    "description": "BCA GPA 4.0",
    "version": "4.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/ps01.bergen.org\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}