BCA GPA 4.0
BCA GPA 4.0
What is BCA GPA 4.0?
BCA GPA 4.0 is a Chrome extension developed by bcaGhost, and its main feature is "BCA GPA 4.0".
Download BCA GPA 4.0 Extension CRX File
Download BCA GPA 4.0 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eodgkjfnihokcdlcmlikaomihnllgjil |
Official URL | https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil |
Description | BCA GPA 4.0 |
File Size | 6.6 KB |
Installation Count | 140 |
Current Version | 4.0 |
Last Updated | 2018-05-05 |
Publish Date | 2018-05-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | bcaGhost |
Payment Type | free |
Supported Languages | 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\/" ] } |