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”。
擴展截圖
下載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 |
ID | hoodkcgbnjehjbahcldbmefgdppfdeoh |
官方網址 | 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 } |