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 | 
| 官方網址 | 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
}  |  |