CIS Grade Totaler

Add grade totals and percent to CIS

CIS Grade Totaler là gì?

CIS Grade Totaler là một tiện ích mở rộng Chrome được phát triển bởi Brendan Degryse, và tính năng chính của nó là "Add grade totals and percent to CIS".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CIS Grade Totaler

Tải xuống các tệp mở rộng CIS Grade Totaler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CIS Grade Totaler CIS Grade Totaler
ID boncflkgmalgnfnijinolilgoimfjlgj
URL Chính Thức https://chromewebstore.google.com/detail/cis-grade-totaler/boncflkgmalgnfnijinolilgoimfjlgj
Mô tả Add grade totals and percent to CIS
Kích Thước Tệp 9.66 KB
Số Lần Cài Đặt 1,532
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2023-03-28
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Brendan Degryse
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}