BCA GPA
Calculates and shows GPA for PowerSchool BCA
什么是BCA GPA?
BCA GPA是由Krish Arora开发的Chrome扩展程序,该扩展的主要功能是“Calculates and shows GPA for PowerSchool BCA”。
扩展截图
下载BCA GPA扩展crx文件
下载BCA GPA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension was made for Bergen County Academies students to check their GPA on PowerSchool. This is the latest version of the extension, use this instead of BCA GPA 2019, as that does not work anymore.
扩展基本信息
名称 | BCA GPA |
ID | ofhfmclagjfikdfhjnogmcokilbikmpf |
官方URL | https://chromewebstore.google.com/detail/bca-gpa/ofhfmclagjfikdfhjnogmcokilbikmpf |
简介 | Calculates and shows GPA for PowerSchool BCA |
文件大小 | 9.97 KB |
安装次数 | 727 |
当前版本 | 1.0.3 |
更新时间 | 2023-11-10 |
上架时间 | 2023-05-27 |
评分 | 5.00/5 共1次评分 |
开发者 | Krish Arora |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/kna27/bca-gpa-2023/ |
帮助页面URL | https://github.com/kna27/bca-gpa-2023/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BCA GPA", "version": "1.0.3", "description": "Calculates and shows GPA for PowerSchool BCA", "icons": { "64": "64.png" }, "content_scripts": [ { "matches": [ "https:\/\/bcts.powerschool.com\/guardian\/home.html*", "https:\/\/bcts.powerschool.com\/guardian\/home.html\/*" ], "js": [ "main.js" ] } ] } |