ChromeKeePass icon indicating copy to clipboard operation
ChromeKeePass copied to clipboard

Chrome extensions for automatically filling credentials from KeePass/KeeWeb

Results 11 ChromeKeePass issues
Sort by recently updated
recently updated
newest added

Thank you for developing such a great plugin! Would you consider adding a setting item to allow users to customize the height of dropdown? In addition, I think that if...

feature request

Since KeePassHttp is no longer updated is it possible to switch to another solution? I think it would be more secure for future developments? Thanks in advance.

enhancement
feature request

This reduces the CPU consumption of the FieldSet generation and speeds up the progress. I measured the runtime of the `detectFields` function: | Test page | Runtime before the patch...

The current implementation of the credentials icon has a couple of issues: * The text inside the input can overlap with the icon. The password field on the Amazon login...

I am using a local network deployed unraid server and I cant get recognition to work, but the form seems fairly simple ``` document.cookie = "cookietest=1"; cookieEnabled = document.cookie.indexOf("cookietest=")!=-1; document.cookie...

Please add a context menu option to fill the current field with the user name or password. Something similar to chromeIPass: ![image](https://user-images.githubusercontent.com/9655758/94999979-6a946500-05bd-11eb-9073-99146109ed95.png)

feature request

Add the option to blacklist and/or whitelist sites for ChromeKeePass. Blacklisted sites should be ignored or only whitelisted sites should be interacted with. As requested in https://github.com/RoelVB/ChromeKeePass/issues/13#issuecomment-611443009

feature request

The login process is multiple pages. One page for the username, and another page for the password. Is it possible to get this working for sites such as these which...

enhancement

*This pull request includes changed from #92 and should be merged after it.* This adds support to connect to the KeePass password manage via the [`KeePassNatMsg` plugin](https://github.com/smorks/keepassnatmsg) in addition to...

*This includes the changes of #90 and should be reviewed after merging it. I'll keep this as a draft until then.* This addresses a few warnings and typos that were...