BCA GPA 4.0
BCA GPA 4.0
Vad är BCA GPA 4.0?
BCA GPA 4.0 är en Chrome-tillägg utvecklad av bcaGhost, och dess huvudfunktion är "BCA GPA 4.0".
Ladda ner BCA GPA 4.0-förlängningens CRX-fil
Ladda ner BCA GPA 4.0-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | eodgkjfnihokcdlcmlikaomihnllgjil |
Officiell webbadress | https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil |
Beskrivning | BCA GPA 4.0 |
Filstorlek | 6.6 KB |
Antal Installationer | 140 |
Aktuell Version | 4.0 |
Senast Uppdaterad | 2018-05-05 |
Publiceringsdatum | 2018-05-05 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | bcaGhost |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |