SIGAA-UFG-Goiania
SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.
SIGAA-UFG-Goiania là gì?
SIGAA-UFG-Goiania là một tiện ích mở rộng Chrome được phát triển bởi Rafael Grisotto, và tính năng chính của nó là "SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SIGAA-UFG-Goiania
Tải xuống các tệp mở rộng SIGAA-UFG-Goiania dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
SIGAA UFG Regional Goiânia Deixa os horários de forma mais fácil de compreensão.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kknnmfpohboiafgflffibgafcklgplel |
URL Chính Thức | https://chromewebstore.google.com/detail/sigaa-ufg-goiania/kknnmfpohboiafgflffibgafcklgplel |
Mô tả | SIGAA UFG-Goiânia permite uma forma mais fácil de entender os horários no sistema SIGAA. |
Kích Thước Tệp | 84.12 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.20 |
Cập Nhật Lần Cuối | 2015-02-25 |
Ngày Phát Hành | 2015-02-24 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Rafael Grisotto |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/grisotto/SIGAA-UFG |
Ngôn Ngữ Được Hỗ Trợ | 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" } |