GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
Co je GPA?
GPA je rozšíření Chrome vyvinuté gianghoang.9955, a jeho hlavní funkcí je „this is the extension used to calculate the GPA score for the top points of the university fpt“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GPA
Stáhněte si soubory rozšíření GPA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
this is the extension used to calculate the GPA score for the top points of the university fpt
Základní Informace o Rozšíření
Název | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
Oficiální URL | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
Popis | this is the extension used to calculate the GPA score for the top points of the university fpt |
Velikost souboru | 3.36 KB |
Počet instalací | 34 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-08-19 |
Datum Vydání | 2021-08-19 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | gianghoang.9955 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |