SEI Tools
Revolucione o SEI!
Wat is SEI Tools?
SEI Tools is een Chrome-extensie ontwikkeld door Alan Cordeiro, en de belangrijkste functie is "Revolucione o SEI!".
Extensie Screenshots
Download het CRX-bestand van de extensie SEI Tools
Download SEI Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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;
Basisinformatie over de Extensie
Naam | |
ID | phddjhhkcehgidionppadbjkjadfofni |
Officiële URL | https://chrome.google.com/webstore/detail/sei-tools/phddjhhkcehgidionppadbjkjadfofni |
Beschrijving | Revolucione o SEI! |
Bestandsgrootte | 47.44 KB |
Aantal Installaties | 589 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-01-26 |
Publicatiedatum | 2021-01-26 |
Beoordeling | 1.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Alan Cordeiro |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |