SEI Tools
Revolucione o SEI!
What is SEI Tools?
SEI Tools is a Chrome extension developed by Alan Cordeiro, and its main feature is "Revolucione o SEI!".
Extension Screenshots
Download SEI Tools Extension CRX File
Download SEI Tools 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
Renove a interface do Sistema SEI aplicando um layout simples e moderno e diga adeus a interface complicada e datada do sistema SEI: Funcionalidades: - Menu lateral de fácil acesso; - Design responsivo; - Filtro de processos com a nova busca; - Paleta de cores visualmente agradável;
Extension Basic Information
Name | |
ID | phddjhhkcehgidionppadbjkjadfofni |
Official URL | https://chrome.google.com/webstore/detail/sei-tools/phddjhhkcehgidionppadbjkjadfofni |
Description | Revolucione o SEI! |
File Size | 47.44 KB |
Installation Count | 589 |
Current Version | 1.0 |
Last Updated | 2021-01-26 |
Publish Date | 2021-01-26 |
Rating | 1.50/5 Total 6 Ratings |
Developer | Alan Cordeiro |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEI Tools", "version": "1.0", "description": "Revolucione o SEI!", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/sei.mj.gov.br\/*" ], "all_frames": true, "js": [ "jquery-3.5.1.min.js", "main.js" ], "css": [ "style.css", "fonts.css" ] } ], "web_accessible_resources": [ "search.png", "sei-logo.png", "icomoon.woff" ], "manifest_version": 2 } |