BCA GPA 4.0
BCA GPA 4.0
Hvad er BCA GPA 4.0?
BCA GPA 4.0 er en Chrome-udvidelse udviklet af bcaGhost, og dens hovedfunktion er "BCA GPA 4.0".
Download BCA GPA 4.0-udvidelses-CRX-fil
Download BCA GPA 4.0-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | eodgkjfnihokcdlcmlikaomihnllgjil |
Officiel URL | https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil |
Beskrivelse | BCA GPA 4.0 |
Filstørrelse | 6.6 KB |
Antal Installationer | 140 |
Nuværende Version | 4.0 |
Senest Opdateret | 2018-05-05 |
Udgivelsesdato | 2018-05-05 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | bcaGhost |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |