Schoology Grade Manager
An easier way to manage your grades, with a built in GPA calculator!
Qu'est-ce que Schoology Grade Manager ?
Schoology Grade Manager est une extension Chrome développée par alekseyvalouev, et sa fonction principale est "An easier way to manage your grades, with a built in GPA calculator!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Schoology Grade Manager
Téléchargez les fichiers d'extension Schoology Grade Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Schoology Grade Manager is a chrome extension that offers quality of life updates to Schoology, allowing you to access your grades remotely for convenient viewing. It also includes a GPA calculator that you can use to calculate your GPA automatically, for more convenience. Suggestions and Issues Submit any suggestions, issues, or complaints to [email protected]. Creator This project is created and managed by https://github.com/alekseyvalouev. License This project is open source under the MIT License. See the https://github.com/alekseyvalouev/SchoologyGradeManager/blob/master/LICENSE for more information. Disclaimer Schoology Grade Manager is not affiliated with Schoology Inc. Schoology, the SCHOOLOGY® wordmark, and the S logo are registered and unregistered trademarks of Schoology, Inc. in the United States. All product names, logos, and brands are property of their respective owners.
Informations de Base sur l'Extension
Nom | Schoology Grade Manager |
ID | llkgdcclhbafnipliijnbojgfpegidje |
URL Officiel | https://chromewebstore.google.com/detail/schoology-grade-manager/llkgdcclhbafnipliijnbojgfpegidje |
Description | An easier way to manage your grades, with a built in GPA calculator! |
Taille du Fichier | 28.52 KB |
Nombre d'Installations | 1,682 |
Version Actuelle | 1.13 |
Dernière Mise à Jour | 2021-12-16 |
Date de Publication | 2021-11-20 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | alekseyvalouev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Schoology Grade Manager", "description": "An easier way to manage your grades, with a built in GPA calculator!", "version": "1.13", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16x.png", "32": "\/images\/logo32x.png", "48": "\/images\/logo48x.png", "128": "\/images\/logo128x.png" } }, "icons": { "16": "\/images\/logo16x.png", "32": "\/images\/logo32x.png", "48": "\/images\/logo48x.png", "128": "\/images\/logo128x.png" } } |