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" ] } ] } |