WGU Grade Viewer
Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu
What is WGU Grade Viewer?
WGU Grade Viewer is a Chrome extension developed by Joshua Broussard, and its main feature is "Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu".
Extension Screenshots
Download WGU Grade Viewer Extension CRX File
Download WGU Grade Viewer 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
Displays a percentage next to competency adjective so you can know what you actually made on a WGU exam without digging through the html!
Extension Basic Information
Name | WGU Grade Viewer |
ID | febadjmgfjbegnclnjcnjhmchamomlfk |
Official URL | https://chrome.google.com/webstore/detail/wgu-grade-viewer/febadjmgfjbegnclnjcnjhmchamomlfk |
Description | Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu |
File Size | 23.77 KB |
Installation Count | 1,871 |
Current Version | 1.0.1 |
Last Updated | 2022-08-22 |
Publish Date | 2022-03-10 |
Rating | 3.75/5 Total 16 Ratings |
Developer | Joshua Broussard |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WGU Grade Viewer", "version": "1.0.1", "description": "Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/my.wgu.edu\/coaching-report\/*" ], "js": [ "content.js" ] } ], "manifest_version": 3 } |