GPA FPT University
An extension for FPTUers by HiepHV
Cos'è GPA FPT University?
GPA FPT University è un'estensione di Chrome sviluppata da Hoàng Hiệp, e la sua funzione principale è "An extension for FPTUers by HiepHV".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GPA FPT University
Scarica i file di estensione GPA FPT University in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oelplgmhagacafchcofdknhlfiinkjnj |
| URL Ufficiale | https://chromewebstore.google.com/detail/gpa-fpt-university/oelplgmhagacafchcofdknhlfiinkjnj |
| Descrizione | An extension for FPTUers by HiepHV |
| Dimensione del File | 43.79 KB |
| Conteggio Installazioni | 4,000 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2019-06-15 |
| Data di Pubblicazione | 2019-06-14 |
| Valutazione | 4.89/5 Totale 9 Valutazioni |
| Sviluppatore | Hoàng Hiệp |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://fap.fpt.edu.vn |
| URL della Pagina della Politica sulla Privacy | https://tudienjp.com/privacy |
| Lingue Supportate | 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"
} | |