GPA FPT University
An extension for FPTUers by HiepHV
Wat is GPA FPT University?
GPA FPT University is een Chrome-extensie ontwikkeld door Hoàng Hiệp, en de belangrijkste functie is "An extension for FPTUers by HiepHV".
Extensie Screenshots
Download het CRX-bestand van de extensie GPA FPT University
Download GPA FPT University-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Just install, go to the FAP (Academic Transcript - Báo cáo điểm) and enjoy!
Note:
Exclude '0 credit subjects', '0 points subjects', 'Not passed subjects', 'On the job training', 'Vovinam'
Updated 15/06/2019: Export to Excel
Entertainment:
If you want to be an excellent student, try 'FAKE SVXS ĐH FPT':
https://chrome.google.com/webstore/detail/fake-svxs-đh-fpt/eflfgkkbehccdnkfodfokkhkcojalkcf
If you want to be notified when the subject passes, try 'Refresh Mark FPT':
https://chrome.google.com/webstore/detail/refresh-mark-fpt/moojinimmhjnejdblgppojaojejgjkcp Basisinformatie over de Extensie
| Naam | |
| ID | oelplgmhagacafchcofdknhlfiinkjnj |
| Officiële URL | https://chromewebstore.google.com/detail/gpa-fpt-university/oelplgmhagacafchcofdknhlfiinkjnj |
| Beschrijving | An extension for FPTUers by HiepHV |
| Bestandsgrootte | 43.79 KB |
| Aantal Installaties | 4,000 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2019-06-15 |
| Publicatiedatum | 2019-06-14 |
| Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Hoàng Hiệp |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://fap.fpt.edu.vn |
| URL van de Privacybeleid Pagina | https://tudienjp.com/privacy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"browser_action": {
"default_icon": "images\/icon48.png"
},
"content_scripts": [
{
"js": [
"jquery-3.3.1.min.js",
"content.js"
],
"matches": [
"http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
],
"run_at": "document_end"
}
],
"description": "An extension for FPTUers by HiepHV",
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgiiN8z07JdZ0o16q92YgEP97IZwtuRLJCHeHg5YpvaTBOXKosGa\/3Yz2CrbTc3JangqcZKhmLAa3W9zAcYu0CHJqgw2C4l5CzJITTDE0AfJ5CGAMjvtt6+nC+4sDEw0PqJ9cCZ\/U7GrVLyq4DWzJyNssdeSMk0c+0yr889uVgWbW0XBUGSM6vN4fXiyzo6EDkI+A8OoYDU25SEK3l58gzBVwrBMhXOgS+1KIOgxPxX6pZEQXENQzuicLiQ3wCpj4fjjBlFc7lx7dUA\/9ac1ZWp1xK4TVV7ukYR9OqcmfxFEI1Wg3HxAh6U0mmeBcvyInXxcwH9sJGHXZ3FP05JRLxQIDAQAB",
"manifest_version": 2,
"name": "GPA FPT University",
"permissions": [
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.3"
} | |