GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
Qu'est-ce que GPA ?
GPA est une extension Chrome développée par gianghoang.9955, et sa fonction principale est "this is the extension used to calculate the GPA score for the top points of the university fpt".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GPA
Téléchargez les fichiers d'extension GPA 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
this is the extension used to calculate the GPA score for the top points of the university fpt
Informations de Base sur l'Extension
Nom | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
URL Officiel | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
Description | this is the extension used to calculate the GPA score for the top points of the university fpt |
Taille du Fichier | 3.36 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-08-19 |
Date de Publication | 2021-08-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | gianghoang.9955 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPA", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx" ], "js": [ "script.js" ] } ] } |