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 là gì?

WWU CBE GPA Calculator là một tiện ích mở rộng Chrome được phát triển bởi wwucbedev, và tính năng chính của nó là "Western students may view their current CBE or MSCM Foundation GBA and add/remove grades to see how their GPA will be affected.".

Ả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 WWU CBE GPA Calculator

Tải xuống các tệp mở rộng WWU CBE GPA Calculator 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

                        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.                    

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

Tên WWU CBE GPA Calculator WWU CBE GPA Calculator
ID lkapdoedojaackmiippolfcncadkfebd
URL Chính Thức https://chromewebstore.google.com/detail/wwu-cbe-gpa-calculator/lkapdoedojaackmiippolfcncadkfebd
Mô tả Western students may view their current CBE or MSCM Foundation GBA and add/remove grades to see how their GPA will be affected.
Kích Thước Tệp 269 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.3.0.5
Cập Nhật Lần Cuối 2018-02-14
Ngày Phát Hành 2018-02-13
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển wwucbedev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}