CIS Grade Totaler
Add grade totals and percent to CIS
CIS Grade Totaler क्या है?
CIS Grade Totaler Brendan Degryse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add grade totals and percent to CIS"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CIS Grade Totaler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add grade totals and percent for classes to the Cadet Information System. Repository available at https://github.com/brendandegryse-92/CISGradeTotaler.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } ] } |