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 Joshua Broussard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WGU Grade Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |