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开发的Chrome扩展程序,该扩展的主要功能是“Allows WGU students to see the grades they made on Object Assessments and Pre-Assessments on my.wgu.edu”。
扩展截图
下载WGU Grade Viewer扩展crx文件
下载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
} | |