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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Western students may view their current CBE or MSCM Foundation GBA and add/remove grades to see how their GPA will be affected."입니다.

확장 프로그램 스크린샷

screenshot

WWU CBE GPA Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
}