WGU Grade Viewer

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

ما هو WGU Grade Viewer؟

WGU Grade Viewer هو إضافة Chrome تم تطويرها بواسطة Joshua Broussard، والميزة الرئيسية لها هي "Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WGU Grade Viewer

قم بتنزيل ملفات الامتداد WGU Grade Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم WGU Grade Viewer WGU Grade Viewer
ID febadjmgfjbegnclnjcnjhmchamomlfk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/wgu-grade-viewer/febadjmgfjbegnclnjcnjhmchamomlfk
الوصف Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu
حجم الملف 23.77 KB
عدد التثبيتات 1,871
النسخة الحالية 1.0.1
آخر تحديث 2022-08-22
تاريخ النشر 2022-03-10
تقييم 3.75/5 مجموع تقييمات 16
المطور Joshua Broussard
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}