Staples Final Grade/GPA Calculator
Calculates the GPA and grades for Staples High School students
Apa itu Staples Final Grade/GPA Calculator?
Staples Final Grade/GPA Calculator adalah ekstensi Chrome yang dikembangkan oleh bradley.stakoff, dan fitur utamanya adalah "Calculates the GPA and grades for Staples High School students".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Staples Final Grade/GPA Calculator
Unduh file ekstensi Staples Final Grade/GPA Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Staples Final Grade/GPA Calculator |
ID | hoodkcgbnjehjbahcldbmefgdppfdeoh |
URL Resmi | https://chromewebstore.google.com/detail/staples-final-gradegpa-ca/hoodkcgbnjehjbahcldbmefgdppfdeoh |
Deskripsi | Calculates the GPA and grades for Staples High School students |
Ukuran File | 52.87 KB |
Jumlah Instalasi | 234 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2018-06-10 |
Tanggal Publikasi | 2018-06-10 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | bradley.stakoff |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |