Sigaa - UFC
Após apertar o ok, a página fica habilitada para fazer o login
What is Sigaa - UFC?
Sigaa - UFC is a Chrome extension developed by Francisco Matias, and its main feature is "Após apertar o ok, a página fica habilitada para fazer o login".
Download Sigaa - UFC Extension CRX File
Download Sigaa - UFC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Cansei de ter o firefox por causa do sigaa. Quando a página abrir clique em ok, depois disso você já pode fazer o login normalmente. Acontece uma habilitação dos campos do formulário. Link do GitHub - https://github.com/frmatias/sigaa
Extension Basic Information
Name | ![]() |
ID | abgcpbfebonnggiknnfhhpcnjplfeapn |
Official URL | https://chrome.google.com/webstore/detail/sigaa-ufc/abgcpbfebonnggiknnfhhpcnjplfeapn |
Description | Após apertar o ok, a página fica habilitada para fazer o login |
File Size | 84.33 KB |
Installation Count | 13 |
Current Version | 1.1 |
Last Updated | 2017-12-15 |
Publish Date | 2017-12-15 |
Developer | Francisco Matias |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/frmatias/sigaa |
Help Page URL | https://github.com/frmatias/sigaa |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sigaa - UFC", "description": "Ap\u00f3s apertar o ok, a p\u00e1gina fica habilitada para fazer o login", "version": "1.1", "permissions": [ "activeTab", "tabs", "declarativeContent" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/si3.ufc.br\/sigaa\/verTelaLogin.do", "https:\/\/si3.ufc.br\/sigaa\/logar.do?dispatch=logOn", "https:\/\/si3.ufc.br\/sigaa\/logar.do?dispatch=logOff" ], "js": [ "js\/jquery.min.js", "js\/chrome.js" ], "run_at": "document_end", "persistent": false } ] } |