VaultPass

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

VaultPassとは何ですか?

VaultPassはChris Blumによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams」です。

拡張機能のスクリーンショット

screenshot

VaultPass拡張機能のCRXファイルをダウンロード

VaultPass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 VaultPass VaultPass
ID kbndeonibamcpiibocdhlagccdlmefco
公式URL https://chromewebstore.google.com/detail/vaultpass/kbndeonibamcpiibocdhlagccdlmefco
説明 A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams
ファイルサイズ 65.67 KB
インストール数 774
現在のバージョン 2.3.4
最終更新日 2023-11-21
公開日 2019-02-26
評価 4.20/5 合計 5 レビュー
開発者 Chris Blum
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mulbc/vaultpass
ヘルプページのURL https://github.com/mulbc/vaultPass/issues
プライバシーポリシーページのURL https://github.com/mulbc/vaultPass/blob/master/dataPrivacy.md
対応言語 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"
    ]
}