BCA GPA 4.0

BCA GPA 4.0

什么是BCA GPA 4.0?

BCA GPA 4.0是由bcaGhost开发的Chrome扩展程序,该扩展的主要功能是“BCA GPA 4.0”。

下载BCA GPA 4.0扩展crx文件

下载BCA GPA 4.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows you to see your GPA if you attend BCA. Now with the new and improved version you can change your grades to see how it will affect your GPA. Now you'll know exactly what grades you need to get the GPA you want. Made by David, Arjun, Tyler, and Ansh.                    

扩展基本信息

名称 BCA GPA 4.0 BCA GPA 4.0
ID eodgkjfnihokcdlcmlikaomihnllgjil
官方URL https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil
简介 BCA GPA 4.0
文件大小 6.6 KB
安装次数 140
当前版本 4.0
更新时间 2018-05-05
上架时间 2018-05-05
评分 5.00/5 共2次评分
开发者 bcaGhost
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BCA GPA 4.0",
    "description": "BCA GPA 4.0",
    "version": "4.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/ps01.bergen.org\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}