Is it possible to use the built-in Password Manager’s engine (login interception and filling), but save(receive) all the data in(from) my addon. So i just want to change place where credentials are saved(cloud, server, token etc.), but use all other functionality.
That might be forbidden. Why do you need to do so? If the user configured encryption for the password manager, you’re breaking the user’s assumption about security. Not sure where credentials are saved, however.
I do not want to write another “cool” password manager.
I just want to change the location where the database is stored (key.db, key3.db, signons.sqlite and logins.json). And not through symlinks on mapped network(webdav …) drive, but by my addon where i can choose location.
So addon will be just transport layer between PM and database.