GPA FPT University
An extension for FPTUers by HiepHV
Qu'est-ce que GPA FPT University ?
GPA FPT University est une extension Chrome développée par Hoàng Hiệp, et sa fonction principale est "An extension for FPTUers by HiepHV".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GPA FPT University
Téléchargez les fichiers d'extension GPA FPT University au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | GPA FPT University |
ID | oelplgmhagacafchcofdknhlfiinkjnj |
URL Officiel | https://chromewebstore.google.com/detail/gpa-fpt-university/oelplgmhagacafchcofdknhlfiinkjnj |
Description | An extension for FPTUers by HiepHV |
Taille du Fichier | 43.79 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2019-06-15 |
Date de Publication | 2019-06-14 |
Évaluation | 4.89/5 Total 9 Évaluations |
Développeur | Hoàng Hiệp |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://fap.fpt.edu.vn |
URL de la Page de Politique de Confidentialité | https://tudienjp.com/privacy |
Langues Prises en Charge | 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" } |