Blackbaud GPA Calculator
Calculates your Blackbaud GPA
Blackbaud GPA Calculator là gì?
Blackbaud GPA Calculator là một tiện ích mở rộng Chrome được phát triển bởi grantfitez, và tính năng chính của nó là "Calculates your Blackbaud GPA".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Blackbaud GPA Calculator
Tải xuống các tệp mở rộng Blackbaud 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Blackbaud GPA Calculator |
ID | nlmbfbmjcbmilipngnbncklmldaffdcm |
URL Chính Thức | https://chromewebstore.google.com/detail/blackbaud-gpa-calculator/nlmbfbmjcbmilipngnbncklmldaffdcm |
Mô tả | Calculates your Blackbaud GPA |
Kích Thước Tệp | 10.71 KB |
Số Lần Cài Đặt | 166 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2020-02-06 |
Ngày Phát Hành | 2020-02-02 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | grantfitez |
[email protected] | |
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": "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 } |