WWU CBE GPA Calculator
Western students may view their current CBE or MSCM Foundation GBA and add/remove grades to see how their GPA will be affected.
WWU CBE GPA Calculator क्या है?
WWU CBE GPA Calculator wwucbedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Western students may view their current CBE or MSCM Foundation GBA and add/remove grades to see how their GPA will be affected."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WWU CBE GPA Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension was developed by computer science students at Western Washington University to help students of Western's College of Business and Economics manage and keep track of their program-specific GPA. Students in the CBE are held to stringent grading standards, and this application helps you stay on top of them. With automatic class gathering, cloud sync, and the ability to add/modify the classes being considered, this application will help you to know exactly where you stand BEFORE it becomes a problem. Prospective classes added by you are synced across devices, and with the ability to filter for CBE or MSCM Foundation courses, you'll never have to guess at your GPA again.
एक्सटेंशन की मूल जानकारी
नाम | WWU CBE GPA Calculator |
ID | lkapdoedojaackmiippolfcncadkfebd |
आधिकारिक URL | https://chromewebstore.google.com/detail/wwu-cbe-gpa-calculator/lkapdoedojaackmiippolfcncadkfebd |
विवरण | Western students may view their current CBE or MSCM Foundation GBA and add/remove grades to see how their GPA will be affected. |
फ़ाइल का आकार | 269 KB |
स्थापना संख्या | 132 |
वर्तमान संस्करण | 1.3.0.5 |
अंतिम अपडेट | 2018-02-14 |
प्रकाशन तिथि | 2018-02-13 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | wwucbedev |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WWU CBE GPA Calculator", "short_name": "CBE GPA Calc", "description": "Western students may view their current CBE or MSCM Foundation GBA and add\/remove grades to see how their GPA will be affected.", "version": "1.3.0.5", "author": "CBE GPA Team", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/admin.wwu.edu\/pls\/wwis\/wwskahst.WWU_ViewTran", "https:\/\/admin.wwu.edu\/pls\/wwis\/wwfkfhst.P_FacDispCurrent", "file:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "css\/print.css", "resources\/Western-logo-CBE.jpg" ], "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/ajax\/libs\/angularjs\/1.3.3\/angular.min.js" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |