CIS Grade Totaler
Add grade totals and percent to CIS
What is CIS Grade Totaler?
CIS Grade Totaler is a Chrome extension developed by Brendan Degryse, and its main feature is "Add grade totals and percent to CIS".
Extension Screenshots
Download CIS Grade Totaler Extension CRX File
Download CIS Grade Totaler 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
Add grade totals and percent for classes to the Cadet Information System. Repository available at https://github.com/brendandegryse-92/CISGradeTotaler.
Extension Basic Information
Name | |
ID | boncflkgmalgnfnijinolilgoimfjlgj |
Official URL | https://chromewebstore.google.com/detail/cis-grade-totaler/boncflkgmalgnfnijinolilgoimfjlgj |
Description | Add grade totals and percent to CIS |
File Size | 9.66 KB |
Installation Count | 1,532 |
Current Version | 1.4 |
Last Updated | 2023-05-03 |
Publish Date | 2023-03-28 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Brendan Degryse |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CIS Grade Totaler", "version": "1.4", "description": "Add grade totals and percent to CIS", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/cis.westpoint.edu\/cis\/Academic\/CourseGradeBook.cfm?*" ] }, { "js": [ "scripts\/gpa.js" ], "matches": [ "https:\/\/cis.westpoint.edu\/cis\/Academic\/main_academic.cfm" ] } ] } |