GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
O que é GPA?
GPA é uma extensão do Chrome desenvolvida por gianghoang.9955, e sua principal característica é "this is the extension used to calculate the GPA score for the top points of the university fpt".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GPA
Baixe arquivos de extensão GPA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
this is the extension used to calculate the GPA score for the top points of the university fpt
Informações Básicas da Extensão
Nome | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
URL Oficial | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
Descrição | this is the extension used to calculate the GPA score for the top points of the university fpt |
Tamanho do Arquivo | 3.36 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0 |
Última Atualização | 2021-08-19 |
Data de Publicação | 2021-08-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | gianghoang.9955 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |