Does anyone know of a password manager to autofill login username and password for Oracle Apex applications (i.e. extension for Google Chrome browser)? I mean solutions like Lastpass or Keepersecurity. These are very popular (and safe I think), but they have the following problem with Apex:
In fact they only look at the domain name to identify a website. So http://hostname/dad/f?p=1 is the same for them as http://hostname/dad/f?p=2. I have a lot of applications and each application has its own username(s) and password(s). So when I go to application 1, I get a list of all usernames and passwords of all applications, because Lastpass or Keeper only look at "http://hostname" and they ignore the f?p=1 or f?p=2.
What I want is, when I go to http://hostname/dad/f?p=1 I only see the username(s) I saved for application 1 and when I go to http://hostname/dad/f?p=2 I only want to see the username(s) I saved for applicartion 2.
Does anyone know of an extension that is capable of taking the url arguments into account, as a browser extension for Google Chrome?
Thanks.