Swagger Auto Auth
Auto authenticates swagger api endpoints page.
Qu'est-ce que Swagger Auto Auth ?
Swagger Auto Auth est une extension Chrome développée par totaldebug.llc, et sa fonction principale est "Auto authenticates swagger api endpoints page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Swagger Auto Auth
Téléchargez les fichiers d'extension Swagger Auto Auth au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 )
Informations de Base sur l'Extension
Nom | Swagger Auto Auth |
ID | oeomghcplmcmkicdkdjdfngkafblepgn |
URL Officiel | https://chromewebstore.google.com/detail/swagger-auto-auth/oeomghcplmcmkicdkdjdfngkafblepgn |
Description | Auto authenticates swagger api endpoints page. |
Taille du Fichier | 363 KB |
Nombre d'Installations | 129 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2021-05-15 |
Date de Publication | 2021-05-14 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | totaldebug.llc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Totalbug92/AutoAuthSwagger |
URL de la Page d'Aide | https://github.com/Totalbug92/AutoAuthSwagger |
Langues Prises en Charge | 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": [ " |