WGU Grade Viewer

Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu

Co je WGU Grade Viewer?

WGU Grade Viewer je rozšíření Chrome vyvinuté Joshua Broussard, a jeho hlavní funkcí je „Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WGU Grade Viewer

Stáhněte si soubory rozšíření WGU Grade Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Displays a percentage next to competency adjective so you can know what you actually made on a WGU exam without digging through the html!                    

Základní Informace o Rozšíření

Název WGU Grade Viewer WGU Grade Viewer
ID febadjmgfjbegnclnjcnjhmchamomlfk
Oficiální URL https://chrome.google.com/webstore/detail/wgu-grade-viewer/febadjmgfjbegnclnjcnjhmchamomlfk
Popis Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu
Velikost souboru 23.77 KB
Počet instalací 1,871
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-08-22
Datum Vydání 2022-03-10
Hodnocení 3.75/5 Celkem 16 Hodnocení
Vývojář Joshua Broussard
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}