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 |
公式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 } |