CIS Grade Totaler

Add grade totals and percent to CIS

CIS Grade Totalerคืออะไร?

CIS Grade Totaler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brendan Degryse และคุณลักษณะหลักของมันคือ "Add grade totals and percent to CIS"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CIS Grade Totaler

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}