SIGAA-UFG-Goiania
SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.
Vad är SIGAA-UFG-Goiania?
SIGAA-UFG-Goiania är en Chrome-tillägg utvecklad av Rafael Grisotto, och dess huvudfunktion är "SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.".
Tilläggsskärmbilder
Ladda ner SIGAA-UFG-Goiania-förlängningens CRX-fil
Ladda ner SIGAA-UFG-Goiania-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
SIGAA UFG Regional Goiânia Deixa os horários de forma mais fácil de compreensão.
Grundläggande Information om Tillägg
Namn | |
ID | kknnmfpohboiafgflffibgafcklgplel |
Officiell webbadress | https://chromewebstore.google.com/detail/sigaa-ufg-goiania/kknnmfpohboiafgflffibgafcklgplel |
Beskrivning | SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA. |
Filstorlek | 84.12 KB |
Antal Installationer | 93 |
Aktuell Version | 1.20 |
Senast Uppdaterad | 2015-02-25 |
Publiceringsdatum | 2015-02-24 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Rafael Grisotto |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/grisotto/SIGAA-UFG |
Stödda Språk | 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" } |