SIGAA Rural
Melhorias de usabilidade no SIGAA da UFRRJ
SIGAA Ruralとは何ですか?
SIGAA RuralはIsrael Nascimentoによって開発されたChromeの拡張機能で、その主な機能は「Melhorias de usabilidade no SIGAA da UFRRJ」です。
拡張機能のスクリーンショット
SIGAA Rural拡張機能のCRXファイルをダウンロード
SIGAA Rural拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Melhorias de usabilidade no SIGAA (Sistema Integrado de Gestão de Atividades Acadêmicas) para os alunos da UFRRJ. Com essa extensão, verificar o horário de sua aula se tornará uma tarefa mais simples, visto que ela modifica os horários em código para horários normais.
拡張機能の基本情報
名前 | |
ID | oincadmpbogdfgckicmpclkdmcfagajg |
公式URL | https://chromewebstore.google.com/detail/sigaa-rural/oincadmpbogdfgckicmpclkdmcfagajg |
説明 | Melhorias de usabilidade no SIGAA da UFRRJ |
ファイルサイズ | 36.39 KB |
インストール数 | 1,152 |
現在のバージョン | 1.2 |
最終更新日 | 2019-09-17 |
公開日 | 2019-09-17 |
評価 | 5.00/5 合計 20 レビュー |
開発者 | Israel Nascimento |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SIGAA Rural", "version": "1.2", "description": "Melhorias de usabilidade no SIGAA da UFRRJ", "content_scripts": [ { "js": [ "selects.js", "functions.js", "main.js", "extraordinaria.js" ], "matches": [ "https:\/\/sigaa.ufrrj.br\/*" ] } ], "icons": { "16": "imgs\/logo_16.png", "32": "imgs\/logo_32.png", "48": "imgs\/logo_48.png", "128": "imgs\/logo_128.png" }, "author": "Israel Nascimento - Aluno de sistemas de informa\u00e7\u00e3o da UFRRJ", "manifest_version": 2 } |