KeePassHelper Password Manager

Helper extension for KeePass to find and insert credentials, generate passwords, or save new logins without manual copy and paste

KeePassHelper Password Managerとは何ですか?

KeePassHelper Password Managerはunixecoによって開発されたChromeの拡張機能で、その主な機能は「Helper extension for KeePass to find and insert credentials, generate passwords, or save new logins without manual copy and paste」です。

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

screenshot

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

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

拡張機能の使用方法

                        The KeePassHelper is a browser extension to provide the username and password access from the KeePass (https://keepass.info/), KeePassXC (https://keepassxc.org/), and MacPass (https://macpassapp.org/) applications within your browser. The extension adds an action button to your browser toolbar area. Pressing the button opens a panel that displays all the matching credentials for the current domain. You can ask the extension to insert the username, password, or both by pressing the action buttons. The extension also optionally submit the login form if you would like to. This extension offers a built-in OTP (One-time password) tool, so you don't need to have a separate plugin. 

This extension supports the following applications:
1. KeePass application with KeePassHttp installed
2. KeePassXC with a custom manifest (uses native messaging to communicate)
3. Direct read of KDBX3 or KDBX4 databases (when you cannot install a native application)
4. Any other alternatives that support HTTP communication (such as MacPass)

Notes:
1. When using this extension, first make sure the login or password input box is focused on the page before opening the panel. Username and password filling occur if an input element is selected on a form.
2. It is recommended to use the extensions manager of your browser to define a custom shortcut for this extension. This way you can fill the username and password fields without using your mouse. This extension supports keyboard shortcuts for almost all the actions.
3. It is possible to generate one-time password tokens using this extension.
4. This extension optionally supports automatic logins (this feature is not yet supported on manifest v3).
4. This extension also supports native messaging communication for  KeePassXC. Go to the options page to configure the extension to work with KeePassXC.
5. As of version 0.6.7, the extension supports reading the native string fields of KeePass for generating time-based passwords ("TimeOtp-Secret-Base32", "TimeOtp-Period" and "TimeOtp-Length" keys are supported)
6. If you are not using the built-in OTP feature of the KeePass application, the OTP can optionally be stored in SHA-256 encryption. This is additional password protection for your secret keys.

FAQs Page:
  https://webextension.org/listing/keepass-helper.html
Bug Reports:
  https://github.com/belaviyo/keepass-macpass-helper/
Privacy Policy:
  https://add0n.com/policies/unixeco.txt

Setup to work with KeePass application:
Requirements:
1. KeePass 2 (http://keepass.info) --  version 2.17 or newer
2. KeePassHttp (https://github.com/pfn/keepasshttp/) --  download link is https://github.com/pfn/keepasshttp/blob/master/KeePassHttp.plgx

Directions:
1) Install KeePass
2) Install KeePassHttp plugin by dropping KeePassHttp.plgx into the KeePass Program Files directory
2a) Restart and login to your KeePass application
2b) Verify KeePassHttp has been installed correctly by checking Tools > Plugins
3) Navigate to any page containing a password
4) Click the toolbar button
5) Switch to the KeePass window, enter a descriptive name into the dialog that popped up, and click the save button (the popup window of the KeePassHelper extension needs to be open during this process).
6) Your passwords are now securely retrieved from KeePass and automatically entered into password forms and fields when needed.

Change Log
0.1.7: fixes http://add0n.com/keepass-helper.html#comment-3141456132
0.1.8: fixes https://github.com/belaviyo/keepass-macpass-helper/issues/1
0.1.9: fixes duplicate context-menu items are created on extension activation
0.2.0: support for Ctrl + B is added for Windows OS. The panel keeps its focus when it is open. "\" char is now supported for both username and password fields.
0.2.1: 1. it now remembers your last login selection. 2. when the panel is closed, the last active element gets its focus back
0.2.4: Copy text to the Clipboard is improved.
0.2.8: Credentials are now displayed in a popup instead of an injected iframe. This is similar to how 1PAssword or LastPass display credentials. This default behavior can be changed from the options UI.
0.3.0: It is now possible to auto-login if there is only one credential (disabled by default)
0.3.1: "String Fields" are now supported. You can insert custom text to HTML input elements using these string fields. Please read FAQ 12 for more info.
0.4.3: Supports KeePassXC, supports multiple databases                    

拡張機能の基本情報

名前 KeePassHelper Password Manager KeePassHelper Password Manager
ID jgnfghanfbjmimbdmnjfofnbcgpkbegj
公式URL https://chromewebstore.google.com/detail/keepasshelper-password-ma/jgnfghanfbjmimbdmnjfofnbcgpkbegj
説明 Helper extension for KeePass to find and insert credentials, generate passwords, or save new logins without manual copy and paste
ファイルサイズ 260 KB
インストール数 39,781
現在のバージョン 0.8.0
最終更新日 2023-12-24
公開日 2020-03-14
評価 3.96/5 合計 74 レビュー
開発者 unixeco
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://webextension.org/listing/keepass-helper.html
ヘルプページのURL https://webextension.org/listing/keepass-helper.html
プライバシーポリシーページのURL https://add0n.com/policies/unixeco.txt
対応言語 de,en,fr,nl,es,it,lv,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.8.0",
    "name": "KeePassHelper Password Manager",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "optional_permissions": [
        "nativeMessaging"
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "\/data\/cmd\/index.html"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/keepass-helper.html",
    "options_ui": {
        "page": "\/data\/options\/index.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": [],
        "open-embedded": {
            "description": "Open credentials in the embedded mode (useful for popup windows) (does not yet work in Firefox browser)"
        },
        "generate-password": {
            "description": "Generate a Random Password"
        },
        "save-form": {
            "description": "Save a new Login Form in KeePass"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/cmd\/index.html",
                "\/data\/save\/index.html",
                "\/data\/safe\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}