CIS Grade Totaler

Add grade totals and percent to CIS

什么是CIS Grade Totaler?

CIS Grade Totaler是由Brendan Degryse开发的Chrome扩展程序,该扩展的主要功能是“Add grade totals and percent to CIS”。

扩展截图

screenshot

下载CIS Grade Totaler扩展crx文件

下载CIS Grade Totaler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add grade totals and percent for classes to the Cadet Information System.
Repository available at https://github.com/brendandegryse-92/CISGradeTotaler.                    

扩展基本信息

名称 CIS Grade Totaler CIS Grade Totaler
ID boncflkgmalgnfnijinolilgoimfjlgj
官方URL https://chromewebstore.google.com/detail/cis-grade-totaler/boncflkgmalgnfnijinolilgoimfjlgj
简介 Add grade totals and percent to CIS
文件大小 9.66 KB
安装次数 1,532
当前版本 1.4
更新时间 2023-05-03
上架时间 2023-03-28
评分 5.00/5 共6次评分
开发者 Brendan Degryse
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CIS Grade Totaler",
    "version": "1.4",
    "description": "Add grade totals and percent to CIS",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/cis.westpoint.edu\/cis\/Academic\/CourseGradeBook.cfm?*"
            ]
        },
        {
            "js": [
                "scripts\/gpa.js"
            ],
            "matches": [
                "https:\/\/cis.westpoint.edu\/cis\/Academic\/main_academic.cfm"
            ]
        }
    ]
}