GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
Vad är GPA?
GPA är en Chrome-tillägg utvecklad av gianghoang.9955, och dess huvudfunktion är "this is the extension used to calculate the GPA score for the top points of the university fpt".
Tilläggsskärmbilder
Ladda ner GPA-förlängningens CRX-fil
Ladda ner GPA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
this is the extension used to calculate the GPA score for the top points of the university fpt Grundläggande Information om Tillägg
| Namn | |
| ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
| Officiell webbadress | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
| Beskrivning | this is the extension used to calculate the GPA score for the top points of the university fpt |
| Filstorlek | 3.36 KB |
| Antal Installationer | 34 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-08-19 |
| Publiceringsdatum | 2021-08-19 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | gianghoang.9955 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |