SIGAA-UFG-Jatai
SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.
Apa itu SIGAA-UFG-Jatai?
SIGAA-UFG-Jatai adalah ekstensi Chrome yang dikembangkan oleh Rafael Grisotto, dan fitur utamanya adalah "SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SIGAA-UFG-Jatai
Unduh file ekstensi SIGAA-UFG-Jatai 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 Jataí Deixa os horários de forma mais fácil de compreensão.
Informasi Dasar Ekstensi
Nama | |
ID | ebbcibhecofoegjgnlenopbfnjnmdppg |
URL Resmi | https://chromewebstore.google.com/detail/sigaa-ufg-jatai/ebbcibhecofoegjgnlenopbfnjnmdppg |
Deskripsi | SIGAA UFG-Jataí permite uma forma mais fácil de entender os horários no sistema SIGAA. |
Ukuran File | 84.11 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | 1.20 |
Terakhir Diperbarui | 2015-02-25 |
Tanggal Publikasi | 2015-02-24 |
Penilaian | 5.00/5 Total 8 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-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" } |