Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: entry selector in login input #35

Open
ferenczy opened this issue Oct 10, 2019 · 2 comments
Open

Feature request: entry selector in login input #35

ferenczy opened this issue Oct 10, 2019 · 2 comments

Comments

@ferenczy
Copy link

I really like the feature of the chromeIPass extension that you can click into the login input box and it shows a menu or select box under it with all KeePass entries matching the current URL. Would it be possible to implement it, please?

@belaviyo
Copy link
Owner

It certainly is possible, though note that for this feature to be implemented, it requires a script to be injected on each page load which checks for login boxes. If a login form is found, then it connects the to KeePass application to fetch the credentials. This is not performance friendly unless I could find a better way to find the login boxes without actually injecting a controlling script into all pages.

In KeePassHelper, I would like to keep the extension as lightweight as possible. We don't want to create a new chromeIPass from scratch.

@belaviyo
Copy link
Owner

As of the next release, we have two new related features which bring the popup window in the embedded mode:

  1. in Firefox, a context menu item is added over password elements
  2. in Chrome, there is a new option to append the login button next to password fields

Screen Shot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants