SIGAA-UFG-Jatai

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

Co to jest SIGAA-UFG-Jatai?

SIGAA-UFG-Jatai to rozszerzenie Chrome opracowane przez Rafael Grisotto, a jego główną funkcją jest „SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SIGAA-UFG-Jatai

Pobierz pliki rozszerzeń SIGAA-UFG-Jatai w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SIGAA-UFG-Jatai SIGAA-UFG-Jatai
ID ebbcibhecofoegjgnlenopbfnjnmdppg
Oficjalny URL https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg
Opis SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
Rozmiar pliku 84.11 KB
Liczba instalacji 47
Aktualna Wersja 1.20
Ostatnia Aktualizacja 2015-02-25
Data Publikacji 2015-02-24
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Rafael Grisotto
Typ Płatności free
Strona Rozszerzenia https://github.com/grisotto/SIGAA-UFG
Obsługiwane Języki 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"
}