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 |
| Eメール | [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
} | |