GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
Co to jest GPA?
GPA to rozszerzenie Chrome opracowane przez gianghoang.9955, a jego główną funkcją jest „this is the extension used to calculate the GPA score for the top points of the university fpt”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GPA
Pobierz pliki rozszerzeń GPA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
this is the extension used to calculate the GPA score for the top points of the university fpt
Podstawowe informacje o rozszerzeniu
Nazwa | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
Oficjalny URL | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
Opis | this is the extension used to calculate the GPA score for the top points of the university fpt |
Rozmiar pliku | 3.36 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-08-19 |
Data Publikacji | 2021-08-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | gianghoang.9955 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |