GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
Τι είναι το GPA;
Το GPA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gianghoang.9955, και η κύρια λειτουργία του είναι "this is the extension used to calculate the GPA score for the top points of the university fpt".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GPA
Λήψη αρχείων επέκτασης GPA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
this is the extension used to calculate the GPA score for the top points of the university fpt
Βασικές Πληροφορίες Επέκτασης
Όνομα | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
Επίσημο URL | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
Περιγραφή | this is the extension used to calculate the GPA score for the top points of the university fpt |
Μέγεθος Αρχείου | 3.36 KB |
Αριθμός Εγκαταστάσεων | 34 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-08-19 |
Ημερομηνία Δημοσίευσης | 2021-08-19 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | gianghoang.9955 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |