BCA GPA 4.0

BCA GPA 4.0

Wat is BCA GPA 4.0?

BCA GPA 4.0 is een Chrome-extensie ontwikkeld door bcaGhost, en de belangrijkste functie is "BCA GPA 4.0".

Download het CRX-bestand van de extensie BCA GPA 4.0

Download BCA GPA 4.0-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

                        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.                    

Basisinformatie over de Extensie

Naam BCA GPA 4.0 BCA GPA 4.0
ID eodgkjfnihokcdlcmlikaomihnllgjil
Officiële URL https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil
Beschrijving BCA GPA 4.0
Bestandsgrootte 6.6 KB
Aantal Installaties 140
Huidige Versie 4.0
Laatst Bijgewerkt 2018-05-05
Publicatiedatum 2018-05-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar bcaGhost
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}