UOM LMS GPA calculator
Calculate Final GPA
Qu'est-ce que UOM LMS GPA calculator ?
UOM LMS GPA calculator est une extension Chrome développée par quaxortech, et sa fonction principale est "Calculate Final GPA".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UOM LMS GPA calculator
Téléchargez les fichiers d'extension UOM LMS GPA calculator 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
The GPA Calculator Chrome Extension is a useful tool designed for university students who want to calculate their grade point average (GPA) quickly and easily. The extension is compatible with both 4.2 and 4.0 grading systems and allows users to calculate their GPA with just a few clicks. Once installed, the extension integrates seamlessly into your browser and can be accessed from the toolbar. Simply open your university LMS page, navigate to your results section, and click the GPA Calculator button. The extension will then automatically extract your grades and calculate your GPA, providing you with an accurate representation of your academic performance. The GPA Calculator Chrome Extension is intuitive and user-friendly, making it accessible to all students regardless of their technical proficiency. It eliminates the need for manual calculations, which can be time-consuming and prone to errors. With this extension, you can quickly determine your GPA and monitor your progress towards achieving your academic goals. Overall, the GPA Calculator Chrome Extension is a valuable tool for university students who want to stay on top of their academic performance. It streamlines the process of calculating GPAs and provides an accurate and reliable assessment of academic progress.
Informations de Base sur l'Extension
Nom | UOM LMS GPA calculator |
ID | ebcajecgehhlbfngndbpnjdpgfhnhmki |
URL Officiel | https://chromewebstore.google.com/detail/uom-lms-gpa-calculator/ebcajecgehhlbfngndbpnjdpgfhnhmki |
Description | Calculate Final GPA |
Taille du Fichier | 4.49 KB |
Nombre d'Installations | 1,075 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-02-27 |
Date de Publication | 2023-02-26 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | quaxortech |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UOM LMS GPA calculator", "version": "1.0.0", "description": "Calculate Final GPA", "manifest_version": 3, "author": "Pranavan Jegatheeswaran", "action": { "default_popup": "index.html", "default_title": "UOM LMS GPA calculator" }, "content_scripts": [ { "matches": [ "https:\/\/lms.uom.lk\/*" ], "js": [ "script.js" ] } ] } |