SIGAA-UFG-Goiania
SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.
SIGAA-UFG-Goianiaคืออะไร?
SIGAA-UFG-Goiania เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafael Grisotto และคุณลักษณะหลักของมันคือ "SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SIGAA-UFG-Goiania
ดาวน์โหลดไฟล์ส่วนขยาย SIGAA-UFG-Goiania ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SIGAA UFG Regional Goiânia Deixa os horários de forma mais fácil de compreensão.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kknnmfpohboiafgflffibgafcklgplel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sigaa-ufg-goiania/kknnmfpohboiafgflffibgafcklgplel |
คำอธิบาย | SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA. |
ขนาดไฟล์ | 84.12 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 1.20 |
อัปเดตครั้งล่าสุด | 2015-02-25 |
วันที่เผยแพร่ | 2015-02-24 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | 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-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" } |