WGU Grade Viewer
Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu
Cos'è WGU Grade Viewer?
WGU Grade Viewer è un'estensione di Chrome sviluppata da Joshua Broussard, e la sua funzione principale è "Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WGU Grade Viewer
Scarica i file di estensione WGU Grade Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Displays a percentage next to competency adjective so you can know what you actually made on a WGU exam without digging through the html! Informazioni di Base sull'Estensione
| Nome | |
| ID | febadjmgfjbegnclnjcnjhmchamomlfk |
| URL Ufficiale | https://chrome.google.com/webstore/detail/wgu-grade-viewer/febadjmgfjbegnclnjcnjhmchamomlfk |
| Descrizione | Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu |
| Dimensione del File | 23.77 KB |
| Conteggio Installazioni | 1,871 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-08-22 |
| Data di Pubblicazione | 2022-03-10 |
| Valutazione | 3.75/5 Totale 16 Valutazioni |
| Sviluppatore | Joshua Broussard |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |