SIGAA-UFG-Jatai

SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.

Cos'è SIGAA-UFG-Jatai?

SIGAA-UFG-Jatai è un'estensione di Chrome sviluppata da Rafael Grisotto, e la sua funzione principale è "SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SIGAA-UFG-Jatai

Scarica i file di estensione SIGAA-UFG-Jatai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        SIGAA UFG Jataí
Deixa os horários de forma mais fácil de compreensão.                    

Informazioni di Base sull'Estensione

Nome SIGAA-UFG-Jatai SIGAA-UFG-Jatai
ID ebbcibhecofoegjgnlenopbfnjnmdppg
URL Ufficiale https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg
Descrizione SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
Dimensione del File 84.11 KB
Conteggio Installazioni 47
Versione Corrente 1.20
Ultimo Aggiornamento 2015-02-25
Data di Pubblicazione 2015-02-24
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Rafael Grisotto
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/grisotto/SIGAA-UFG
Lingue Supportate 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"
}