SIGAA-UFG-Jatai
SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
Wat is SIGAA-UFG-Jatai?
SIGAA-UFG-Jatai is een Chrome-extensie ontwikkeld door Rafael Grisotto, en de belangrijkste functie is "SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.".
Extensie Screenshots
Download het CRX-bestand van de extensie SIGAA-UFG-Jatai
Download SIGAA-UFG-Jatai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
SIGAA UFG Jataí Deixa os horários de forma mais fácil de compreensão.
Basisinformatie over de Extensie
Naam | |
ID | ebbcibhecofoegjgnlenopbfnjnmdppg |
Officiële URL | https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg |
Beschrijving | SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA. |
Bestandsgrootte | 84.11 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.20 |
Laatst Bijgewerkt | 2015-02-25 |
Publicatiedatum | 2015-02-24 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Rafael Grisotto |
Betalingswijze | free |
Extensiewebsite | https://github.com/grisotto/SIGAA-UFG |
Ondersteunde Talen | 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-Jata\u00ed 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-Jatai", "permissions": [ "https:\/\/sigaa.sistemas.ufg.br\/*" ], "version": "1.20" } |