WGU Grade Viewer

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

Apa itu WGU Grade Viewer?

WGU Grade Viewer adalah ekstensi Chrome yang dikembangkan oleh Joshua Broussard, dan fitur utamanya adalah "Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WGU Grade Viewer

Unduh file ekstensi WGU Grade Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama WGU Grade Viewer WGU Grade Viewer
ID febadjmgfjbegnclnjcnjhmchamomlfk
URL Resmi https://chrome.google.com/webstore/detail/wgu-grade-viewer/febadjmgfjbegnclnjcnjhmchamomlfk
Deskripsi Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu
Ukuran File 23.77 KB
Jumlah Instalasi 1,871
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-08-22
Tanggal Publikasi 2022-03-10
Penilaian 3.75/5 Total 16 Penilaian
Pengembang Joshua Broussard
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}