Currently, we are exploring ways to disable the "Save Password" prompt on Keychain. We want to manipulate the keychain access from our Password Autofill Extension using any kind of API or access to know the following:
- Know if Keychain is currently enabled.
- Retrieve passwords from Keychain.
- Edit passwords from Keychain
- Delete passwords from Keychain.
Do any of this steps is possible?