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
官方網址 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
電子郵箱 [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
}