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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}