secretlint
Integrate secretlint into DevTools.
Co to jest secretlint?
secretlint to rozszerzenie Chrome opracowane przez azu, a jego główną funkcją jest „Integrate secretlint into DevTools.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia secretlint
Pobierz pliki rozszerzeń secretlint 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
Secretlint detect credentials that are included in your request/response. Usage 1. Open browser's Developer Tools 2. ✅ Disable Cache 3. Reload page and secretlint report found credentials in your request/response. Supported secrets - API tokens: GitHub/Slack/SendGrid/AWS/GCP etc. - Private keys - IP Address - Plain Authorization header Source Code - https://github.com/secretlint/webextension
Podstawowe informacje o rozszerzeniu
Nazwa | secretlint |
ID | hidpojbnemkajlnibhmeilpgoddkjjkf |
Oficjalny URL | https://chromewebstore.google.com/detail/secretlint/hidpojbnemkajlnibhmeilpgoddkjjkf |
Opis | Integrate secretlint into DevTools. |
Rozmiar pliku | 664 KB |
Liczba instalacji | 248 |
Aktualna Wersja | 1.3.4 |
Ostatnia Aktualizacja | 2021-08-23 |
Data Publikacji | 2021-08-15 |
Deweloper | azu |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/secretlint/webextension |
Adres URL Strony Pomocy | https://github.com/secretlint/webextension |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.3.4", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "32": "images\/icon-32.png", "96": "images\/icon-96.png", "192": "images\/icon-192.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/contentScript.js" ], "matches": [ " |