VaultPass
A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams
Co to jest VaultPass?
VaultPass to rozszerzenie Chrome opracowane przez Chris Blum, a jego główną funkcją jest „A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VaultPass
Pobierz pliki rozszerzeń VaultPass 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
Think of it like Keepass for Teams where all your secrets are safely stored in Vault. To use this exention you will need to have a running Vault instance.
Podstawowe informacje o rozszerzeniu
Nazwa | VaultPass |
ID | kbndeonibamcpiibocdhlagccdlmefco |
Oficjalny URL | https://chromewebstore.google.com/detail/vaultpass/kbndeonibamcpiibocdhlagccdlmefco |
Opis | A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams |
Rozmiar pliku | 65.67 KB |
Liczba instalacji | 774 |
Aktualna Wersja | 2.3.4 |
Ostatnia Aktualizacja | 2023-11-21 |
Data Publikacji | 2019-02-26 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Chris Blum |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mulbc/vaultpass |
Adres URL Strony Pomocy | https://github.com/mulbc/vaultPass/issues |
Adres URL Strony Polityki Prywatności | https://github.com/mulbc/vaultPass/blob/master/dataPrivacy.md |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VaultPass", "description": "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams", "version": "2.3.4", "action": { "default_icon": "icons\/logo128.png", "default_popup": "popup.html", "default_title": "VaultPass" }, "icons": { "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ " |