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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WGU Grade Viewer
ดาวน์โหลดไฟล์ส่วนขยาย WGU Grade Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays a percentage next to competency adjective so you can know what you actually made on a WGU exam without digging through the html! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
} | |