SIGAA-UFG-Jatai
SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
Qu'est-ce que SIGAA-UFG-Jatai ?
SIGAA-UFG-Jatai est une extension Chrome développée par Rafael Grisotto, et sa fonction principale est "SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SIGAA-UFG-Jatai
Téléchargez les fichiers d'extension SIGAA-UFG-Jatai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
SIGAA UFG Jataí Deixa os horários de forma mais fácil de compreensão.
Informations de Base sur l'Extension
Nom | |
ID | ebbcibhecofoegjgnlenopbfnjnmdppg |
URL Officiel | https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg |
Description | SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA. |
Taille du Fichier | 84.11 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.20 |
Dernière Mise à Jour | 2015-02-25 |
Date de Publication | 2015-02-24 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Rafael Grisotto |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/grisotto/SIGAA-UFG |
Langues Prises en Charge | 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" } |