SIGAA-UFG-Goiania

SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.

Wat is SIGAA-UFG-Goiania?

SIGAA-UFG-Goiania is een Chrome-extensie ontwikkeld door Rafael Grisotto, en de belangrijkste functie is "SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SIGAA-UFG-Goiania

Download SIGAA-UFG-Goiania-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 Regional Goiânia
Deixa os horários de forma mais fácil de compreensão.                    

Basisinformatie over de Extensie

Naam SIGAA-UFG-Goiania SIGAA-UFG-Goiania
ID kknnmfpohboiafgflffibgafcklgplel
Officiële URL https://chromewebstore.google.com/detail/sigaa-ufg-goiania/kknnmfpohboiafgflffibgafcklgplel
Beschrijving SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.
Bestandsgrootte 84.12 KB
Aantal Installaties 93
Huidige Versie 1.20
Laatst Bijgewerkt 2015-02-25
Publicatiedatum 2015-02-24
Beoordeling 5.00/5 Totaal 4 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-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"
}