GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
¿Qué es GPA?
GPA es una extensión de Chrome desarrollada por gianghoang.9955, y su función principal es "this is the extension used to calculate the GPA score for the top points of the university fpt".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GPA
Descarga archivos de extensión GPA en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
this is the extension used to calculate the GPA score for the top points of the university fpt
Información Básica de la Extensión
Nombre | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
URL Oficial | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
Descripción | this is the extension used to calculate the GPA score for the top points of the university fpt |
Tamaño del Archivo | 3.36 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 1.0 |
Última Actualización | 2021-08-19 |
Fecha de Publicación | 2021-08-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | gianghoang.9955 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |