Staples Final Grade/GPA Calculator

Calculates the GPA and grades for Staples High School students

什么是Staples Final Grade/GPA Calculator?

Staples Final Grade/GPA Calculator是由bradley.stakoff开发的Chrome扩展程序,该扩展的主要功能是“Calculates the GPA and grades for Staples High School students”。

扩展截图

screenshot

下载Staples Final Grade/GPA Calculator扩展crx文件

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

扩展使用说明

                        This extension will allow you to see your final grades and GPA on powerschool. To use, simply add the extension, and when you navigate to powerschool you will see your final grades in the F1 column.                    

扩展基本信息

名称 Staples Final Grade/GPA Calculator Staples Final Grade/GPA Calculator
ID hoodkcgbnjehjbahcldbmefgdppfdeoh
官方URL https://chromewebstore.google.com/detail/staples-final-gradegpa-ca/hoodkcgbnjehjbahcldbmefgdppfdeoh
简介 Calculates the GPA and grades for Staples High School students
文件大小 52.87 KB
安装次数 234
当前版本 3.0
更新时间 2018-06-10
上架时间 2018-06-10
评分 4.00/5 共4次评分
开发者 bradley.stakoff
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Staples Final Grade\/GPA Calculator",
    "short_name": "StaplesFinalGrades",
    "version": "3.0",
    "description": "Calculates the GPA and grades for Staples High School students",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/powerschool.westportps.org\/guardian\/home.html*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "program.js"
            ]
        }
    ],
    "icons": {
        "128": "shsicon.png"
    },
    "manifest_version": 2
}