WGU Grade Viewer
Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu
Hvad er WGU Grade Viewer?
WGU Grade Viewer er en Chrome-udvidelse udviklet af Joshua Broussard, og dens hovedfunktion er "Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu".
Udvidelsesskærmbilleder
Download WGU Grade Viewer-udvidelses-CRX-fil
Download WGU Grade Viewer-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
Displays a percentage next to competency adjective so you can know what you actually made on a WGU exam without digging through the html! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | febadjmgfjbegnclnjcnjhmchamomlfk |
| Officiel URL | https://chrome.google.com/webstore/detail/wgu-grade-viewer/febadjmgfjbegnclnjcnjhmchamomlfk |
| Beskrivelse | Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu |
| Filstørrelse | 23.77 KB |
| Antal Installationer | 1,871 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2022-08-22 |
| Udgivelsesdato | 2022-03-10 |
| Bedømmelse | 3.75/5 Samlet 16 Bedømmelser |
| Udvikler | Joshua Broussard |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |