Swagger Auto Auth
Auto authenticates swagger api endpoints page.
Co to jest Swagger Auto Auth?
Swagger Auto Auth to rozszerzenie Chrome opracowane przez totaldebug.llc, a jego główną funkcją jest „Auto authenticates swagger api endpoints page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Swagger Auto Auth
Pobierz pliki rozszerzeń Swagger Auto Auth w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 )
Podstawowe informacje o rozszerzeniu
Nazwa | Swagger Auto Auth |
ID | oeomghcplmcmkicdkdjdfngkafblepgn |
Oficjalny URL | https://chromewebstore.google.com/detail/swagger-auto-auth/oeomghcplmcmkicdkdjdfngkafblepgn |
Opis | Auto authenticates swagger api endpoints page. |
Rozmiar pliku | 363 KB |
Liczba instalacji | 129 |
Aktualna Wersja | 0.0.0.3 |
Ostatnia Aktualizacja | 2021-05-15 |
Data Publikacji | 2021-05-14 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | totaldebug.llc |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Totalbug92/AutoAuthSwagger |
Adres URL Strony Pomocy | https://github.com/Totalbug92/AutoAuthSwagger |
Obsługiwane Języki | 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": [ " |