SimpleLogin has a feature called “Include website address in one-click alias creation on browser extension” in it’s setting which when enabled will cause all alias generated in simplelogin extension to include the website name. For example an alias created for example.com will be [email protected]
I have that setting enabled in simplelogin, and it works as intended with the official simplelogin extension, but not with bitwarden extension/clients.
This is particularly helpful feature and I would love to have this functionality in bitwarden clients and extension.
After a bit of searching from simplelogin api here is what I got
GET /api/v5/alias/options
prefix_suggestion: string. Suggestion for the alias prefix. Usually this is the website name extracted from hostname. If no hostname, then the prefix_suggestion is empty.
A client side option can be provided to enable this feature.