FPT GPA
Calculate Total GPA and semester GPA
Vad är FPT GPA?
FPT GPA är en Chrome-tillägg utvecklad av vuhk, och dess huvudfunktion är "Calculate Total GPA and semester GPA".
Tilläggsskärmbilder
Ladda ner FPT GPA-förlängningens CRX-fil
Ladda ner FPT 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
An Extension for Students of FPT - Caculate GPA and evalue rank each Semester and - Caculate total GPA Updated for 12/2019 Changelog : - 27/12/2019 : Move PMG201c to exclude list - 19/03/2021 : Support https
Grundläggande Information om Tillägg
Namn | FPT GPA |
ID | pieacoaichghpileamnhephkedchnlba |
Officiell webbadress | https://chromewebstore.google.com/detail/fpt-gpa/pieacoaichghpileamnhephkedchnlba |
Beskrivning | Calculate Total GPA and semester GPA |
Filstorlek | 244 KB |
Antal Installationer | 10,479 |
Aktuell Version | 1.4.2 |
Senast Uppdaterad | 2021-11-25 |
Publiceringsdatum | 2020-06-04 |
Betyg | 4.90/5 Totalt 21 Betyg |
Utvecklare | vuhk |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx |
Hjälpsida URL | https://www.facebook.com/khanhvu2212 |
URL till Sekretesspolicy Sidan | https://spdx.org/licenses/MIT.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FPT GPA", "version": "1.4.2", "manifest_version": 2, "description": "Calculate Total GPA and semester GPA", "homepage_url": "https:\/\/www.facebook.com\/khanhvu2212", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "FU GPA" }, "permissions": [ "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx", "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx", "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx" ], "css": [ "css\/gpa.css" ], "js": [ "js\/define.js", "js\/util.js", "js\/logic.js" ], "run_at": "document_end" } ] } |