BCA GPA 4.0
BCA GPA 4.0
Was ist BCA GPA 4.0?
BCA GPA 4.0 ist eine Chrome-Erweiterung, die von bcaGhost entwickelt wurde, und ihr Hauptmerkmal ist "BCA GPA 4.0".
BCA GPA 4.0-Erweiterungs-CRX-Datei herunterladen
Laden Sie BCA GPA 4.0-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | eodgkjfnihokcdlcmlikaomihnllgjil |
Offizielle URL | https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil |
Beschreibung | BCA GPA 4.0 |
Dateigröße | 6.6 KB |
Installationsanzahl | 140 |
Aktuelle Version | 4.0 |
Letztes Update | 2018-05-05 |
Veröffentlichungsdatum | 2018-05-05 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | bcaGhost |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |