GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
Hvad er GPA?
GPA er en Chrome-udvidelse udviklet af gianghoang.9955, og dens hovedfunktion er "this is the extension used to calculate the GPA score for the top points of the university fpt".
Udvidelsesskærmbilleder
Download GPA-udvidelses-CRX-fil
Download GPA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
this is the extension used to calculate the GPA score for the top points of the university fpt Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
| Officiel URL | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
| Beskrivelse | this is the extension used to calculate the GPA score for the top points of the university fpt |
| Filstørrelse | 3.36 KB |
| Antal Installationer | 34 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2021-08-19 |
| Udgivelsesdato | 2021-08-19 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | gianghoang.9955 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |