VaultPass

A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams

Wat is VaultPass?

VaultPass is een Chrome-extensie ontwikkeld door Chris Blum, en de belangrijkste functie is "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VaultPass

Download VaultPass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam VaultPass VaultPass
ID kbndeonibamcpiibocdhlagccdlmefco
Officiële URL https://chromewebstore.google.com/detail/vaultpass/kbndeonibamcpiibocdhlagccdlmefco
Beschrijving A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams
Bestandsgrootte 65.67 KB
Aantal Installaties 774
Huidige Versie 2.3.4
Laatst Bijgewerkt 2023-11-21
Publicatiedatum 2019-02-26
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Chris Blum
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mulbc/vaultpass
Help Pagina-URL https://github.com/mulbc/vaultPass/issues
URL van de Privacybeleid Pagina https://github.com/mulbc/vaultPass/blob/master/dataPrivacy.md
Ondersteunde Talen 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": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js",
                "common.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite",
        "idle",
        "alarms"
    ]
}