GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
Apa itu GPA?
GPA adalah ekstensi Chrome yang dikembangkan oleh gianghoang.9955, dan fitur utamanya adalah "this is the extension used to calculate the GPA score for the top points of the university fpt".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GPA
Unduh file ekstensi GPA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
this is the extension used to calculate the GPA score for the top points of the university fpt
Informasi Dasar Ekstensi
Nama | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
URL Resmi | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
Deskripsi | this is the extension used to calculate the GPA score for the top points of the university fpt |
Ukuran File | 3.36 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-08-19 |
Tanggal Publikasi | 2021-08-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | gianghoang.9955 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |