UACH SEGA Average
Calcula el promedio de un estudiante en UACH SEGA Kardex
What is UACH SEGA Average?
UACH SEGA Average is a Chrome extension developed by Jonás Perusquía Morales, and its main feature is "Calcula el promedio de un estudiante en UACH SEGA Kardex".
Extension Screenshots
Download UACH SEGA Average Extension CRX File
Download UACH SEGA Average extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Con UACH SEGA Average podrás calcular tu promedio escolar con sólo presionar un botón! Así de simple y rápido! Pasos: 1 - Agregar a Chrome 2 - Acceder al SEGA 3 - Ir a la sección Kardex 4 - Presiona "Promedio" 5 - Tu promedio al instante! 100% Libre de Virus Desarrollado por estudiante de la UACH
Extension Basic Information
Name | UACH SEGA Average |
ID | mnglpbimfdclpepbeolgnknccmccigpg |
Official URL | https://chromewebstore.google.com/detail/uach-sega-average/mnglpbimfdclpepbeolgnknccmccigpg |
Description | Calcula el promedio de un estudiante en UACH SEGA Kardex |
File Size | 14.89 KB |
Installation Count | 1,166 |
Current Version | 2.1.0 |
Last Updated | 2017-07-03 |
Publish Date | 2017-07-03 |
Rating | 5.00/5 Total 10 Ratings |
Developer | Jonás Perusquía Morales |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jonaspm/uach-sega-average |
Help Page URL | https://github.com/jonaspm/uach-sega-average |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UACH SEGA Average", "version": "2.1.0", "description": "Calcula el promedio de un estudiante en UACH SEGA Kardex", "homepage_url": "https:\/\/github.com\/jonaspm\/uach-sega-average", "author": "Jon\u00e1s Perusqu\u00eda Morales", "icons": { "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.sega.uach.mx\/sega\/kardex\/*" ], "js": [ "average.js", "app.js" ] } ] } |