-
-
Notifications
You must be signed in to change notification settings - Fork 189
HowTo: Special situations and debugging
Sami Vänttinen edited this page Feb 28, 2023
·
5 revisions
Sometimes login pages have a third field user would like to fill. Use the following instructions to add one:
- Choose Username, Password and String Field from Custom Login Fields icon using the extension popup. Confirm the selections.
- Add a new attribute to your entry using KeePassXC. It must start with
KPH:
, but the name and value does not matter. If multiple String Fields are selected, the KPH attributes are used in the alphabetical order. - Refresh the web page. The new KPH attribute should be filled to the third extra field.
- Go to
about:debugging
, select "This Firefox" page. - Click "Inspect" at the top right of the extension card.
- Go to Debugger tab.
- Right-click on web page and select "Inspect".
- Go to Debugger tab.
- Go to
chrome://extensions
,edge://extensions
etc. depending on your browser. - Enable Developer Mode.
- Click the "Background page" after "Inspect views" text in the extension card.
- Go to Sources tab and look for the temporary extension ID from the tree.
- Right-click on web page and select "Inspect".
- Go to Sources tab.
- Select Content Scripts from the tree view.
- Look for KeePassXC-Browser from the list.