SIGAA-UFG-Goiania

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

Apa itu SIGAA-UFG-Goiania?

SIGAA-UFG-Goiania adalah ekstensi Chrome yang dikembangkan oleh Rafael Grisotto, dan fitur utamanya adalah "SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SIGAA-UFG-Goiania

Unduh file ekstensi SIGAA-UFG-Goiania dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        SIGAA UFG Regional Goiânia
Deixa os horários de forma mais fácil de compreensão.                    

Informasi Dasar Ekstensi

Nama SIGAA-UFG-Goiania SIGAA-UFG-Goiania
ID kknnmfpohboiafgflffibgafcklgplel
URL Resmi https://chromewebstore.google.com/detail/sigaa-ufg-goiania/kknnmfpohboiafgflffibgafcklgplel
Deskripsi SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.
Ukuran File 84.12 KB
Jumlah Instalasi 93
Versi Saat Ini 1.20
Terakhir Diperbarui 2015-02-25
Tanggal Publikasi 2015-02-24
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Rafael Grisotto
Tipe Pembayaran free
Situs Ekstensi https://github.com/grisotto/SIGAA-UFG
Bahasa yang Didukung 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"
}