SIGAA-UFG-Goiania
SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.
Hvad er SIGAA-UFG-Goiania?
SIGAA-UFG-Goiania er en Chrome-udvidelse udviklet af Rafael Grisotto, og dens hovedfunktion er "SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.".
Udvidelsesskærmbilleder
Download SIGAA-UFG-Goiania-udvidelses-CRX-fil
Download SIGAA-UFG-Goiania-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
SIGAA UFG Regional Goiânia Deixa os horários de forma mais fácil de compreensão.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kknnmfpohboiafgflffibgafcklgplel |
Officiel URL | https://chromewebstore.google.com/detail/sigaa-ufg-goiania/kknnmfpohboiafgflffibgafcklgplel |
Beskrivelse | SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA. |
Filstørrelse | 84.12 KB |
Antal Installationer | 93 |
Nuværende Version | 1.20 |
Senest Opdateret | 2015-02-25 |
Udgivelsesdato | 2015-02-24 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Rafael Grisotto |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/grisotto/SIGAA-UFG |
Understøttede Sprog | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "skin.css" ], "js": [ "jquery.js", "load.js" ], "matches": [ "https:\/\/sigaa.sistemas.ufg.br\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "skin.css" ], "description": "SIGAA UFG-Goi\u00e2nia permite uma forma mais f\u00e1cil de entender os hor\u00e1rios no sistema SIGAA.", "homepage_url": "https:\/\/sigaa.sistemas.ufg.br\/*", "icons": { "128": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "SIGAA-UFG-Goiania", "permissions": [ "https:\/\/sigaa.sistemas.ufg.br\/*" ], "version": "1.20" } |