Blackbaud GPA Calculator

Calculates your Blackbaud GPA

Blackbaud GPA Calculatorคืออะไร?

Blackbaud GPA Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grantfitez และคุณลักษณะหลักของมันคือ "Calculates your Blackbaud GPA"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blackbaud GPA Calculator

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}