Swagger Auto Auth
Auto authenticates swagger api endpoints page.
O que é Swagger Auto Auth?
Swagger Auto Auth é uma extensão do Chrome desenvolvida por totaldebug.llc, e sua principal característica é "Auto authenticates swagger api endpoints page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Swagger Auto Auth
Baixe arquivos de extensão Swagger Auto Auth no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
An extension that will automatically fill out an API key of your choice for a swagger ui page. The extension stores the API key using chrome.storage, which means it syncs across devices. We take no responsibility regarding any leak of API keys, or other security issues. (source code:: https://github.com/Totalbug92/AutoAuthSwagger )
Informações Básicas da Extensão
Nome | Swagger Auto Auth |
ID | oeomghcplmcmkicdkdjdfngkafblepgn |
URL Oficial | https://chromewebstore.google.com/detail/swagger-auto-auth/oeomghcplmcmkicdkdjdfngkafblepgn |
Descrição | Auto authenticates swagger api endpoints page. |
Tamanho do Arquivo | 363 KB |
Contagem de Instalações | 129 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2021-05-15 |
Data de Publicação | 2021-05-14 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | totaldebug.llc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Totalbug92/AutoAuthSwagger |
URL da Página de Ajuda | https://github.com/Totalbug92/AutoAuthSwagger |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swagger Auto Auth", "description": "Auto authenticates swagger api endpoints page.", "version": "0.0.0.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "\/images\/icon\/key_icon128.png" } }, "icons": { "128": "\/images\/icon\/key_icon128.png" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ " |