Blackbaud GPA Calculator

Calculates your Blackbaud GPA

Blackbaud GPA Calculatorとは何ですか?

Blackbaud GPA Calculatorはgrantfitezによって開発されたChromeの拡張機能で、その主な機能は「Calculates your Blackbaud GPA」です。

拡張機能のスクリーンショット

screenshot

Blackbaud GPA Calculator拡張機能のCRXファイルをダウンロード

Blackbaud GPA Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will allow you to see your GPA in Blackbaud. Below your classes it will show a table listing the grade, the weighting, the GPA, and the weighted GPA for that class. Above that will be an overall average GPA for the current semester. 

Note: Please double-check that the weightings for each class. If there is an issue, email [email protected].

Additionally please email [email protected] if you have any other questions, suggestions or issues.

All art is by Jack Parkhouse.                    

拡張機能の基本情報

名前 Blackbaud GPA Calculator Blackbaud GPA Calculator
ID nlmbfbmjcbmilipngnbncklmldaffdcm
公式URL https://chromewebstore.google.com/detail/blackbaud-gpa-calculator/nlmbfbmjcbmilipngnbncklmldaffdcm
説明 Calculates your Blackbaud GPA
ファイルサイズ 10.71 KB
インストール数 166
現在のバージョン 2.0.1
最終更新日 2020-02-06
公開日 2020-02-02
評価 5.00/5 合計 3 レビュー
開発者 grantfitez
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blackbaud GPA Calculator",
    "description": "Calculates your Blackbaud GPA",
    "version": "2.0.1",
    "permissions": [],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.myschoolapp.com\/*"
            ],
            "js": [
                "run.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}