SIGAA-UFG-Jatai

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

ما هو SIGAA-UFG-Jatai؟

SIGAA-UFG-Jatai هو إضافة Chrome تم تطويرها بواسطة Rafael Grisotto، والميزة الرئيسية لها هي "SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SIGAA-UFG-Jatai

قم بتنزيل ملفات الامتداد SIGAA-UFG-Jatai بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم SIGAA-UFG-Jatai SIGAA-UFG-Jatai
ID ebbcibhecofoegjgnlenopbfnjnmdppg
عنوان URL الرسمي https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg
الوصف SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
حجم الملف 84.11 KB
عدد التثبيتات 47
النسخة الحالية 1.20
آخر تحديث 2015-02-25
تاريخ النشر 2015-02-24
تقييم 5.00/5 مجموع تقييمات 8
المطور Rafael Grisotto
نوع الدفع free
موقع الإضافة https://github.com/grisotto/SIGAA-UFG
اللغات المدعومة 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"
}