-
Back in the day when I was using ole keespass and the kee browser extension by davd lech I could have multiple databases open and my browser would find a matching entry from any open database. I typically have 2 to 3 open. In my experience with xc extension if I need a particular entry and that entry is in an open database that is not in foreground it is not found. If I then switch to XC and bring that database to the front then going back to my browser and refresh the entry will be found. So is there something that needs to be set for this to work like kee or is this not possible with extension (right now)? If not then can this be added to the extension code? (i'll make an issue) Not a show stopper but kinda annoying considering with kee and ole keepass I didn't have to do this. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
KeePassXC Settings -> Browser integration -> [x] Search in all opened databases for matching credentials. Note that every database must be connected to the extension. |
Beta Was this translation helpful? Give feedback.
-
well, that was already checked. That's why I am asking |
Beta Was this translation helpful? Give feedback.
-
and yes both databases are connected as I said if I bring the other to foreground then credentials from that db will be found. otherwise no. |
Beta Was this translation helpful? Give feedback.
-
I think this is an issue with me running multiple chromium instances and thus "native-messaging-hosts" is unique path for each. The advanced setting for broweser integration is for the entire app not per "connection" Seems like in older versions I could set this per connection but now I don't see this. So maybe it is fixed? I've removed all my "stored keys" and kinda "start from new".
|
Beta Was this translation helpful? Give feedback.
-
extension keeps asking to connect like the connection info is not going into the right "NativeMessagingHosts" folder |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
ok, copied the "new" json file that an reissuing the key for each database/browser instance and ... It all seems to be working now as expected. Looks like the uuid for the browser extension had changed now is
was
Is there no way that XC/extension can determine the actual folder for the chromium instance it's running in so to put that json file in the right place instead of just some default anyway it's fixed |
Beta Was this translation helpful? Give feedback.
ok, copied the "new" json file
org.keepassxc.keepassxc_browser.json
from ./config.. to each of the browser instance NativeMessangingHosts folder.that an reissuing the key for each database/browser instance and ...
It all seems to be working now as expected. Looks like the uuid for the browser extension had changed now is
was
Is there no way that XC/extension can determine the actual folder for the chromium instance it's running in so to put that json file in the right place instead of just some default
~/.config/chromium/NativeMessagingHosts
anyway it's fixed