KeePassHelper Password Manager

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

Was ist KeePassHelper Password Manager?

KeePassHelper Password Manager ist eine Chrome-Erweiterung, die von unixeco entwickelt wurde, und ihr Hauptmerkmal ist "Helper extension for KeePass to find and insert credentials, generate passwords, or save new logins without manual copy and paste".

Erweiterungsscreenshots

screenshot

KeePassHelper Password Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie KeePassHelper Password Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name KeePassHelper Password Manager KeePassHelper Password Manager
ID jgnfghanfbjmimbdmnjfofnbcgpkbegj
Offizielle URL https://chromewebstore.google.com/detail/keepasshelper-password-ma/jgnfghanfbjmimbdmnjfofnbcgpkbegj
Beschreibung Helper extension for KeePass to find and insert credentials, generate passwords, or save new logins without manual copy and paste
Dateigröße 260 KB
Installationsanzahl 39,781
Aktuelle Version 0.8.0
Letztes Update 2023-12-24
Veröffentlichungsdatum 2020-03-14
Bewertung 3.96/5 Insgesamt 74 Bewertungen
Entwickler unixeco
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://webextension.org/listing/keepass-helper.html
Hilfeseite URL https://webextension.org/listing/keepass-helper.html
URL der Datenschutzrichtlinien-Seite https://add0n.com/policies/unixeco.txt
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}