Home > Blockchain >  How can I integrate the "Offer to save passwords" option of chrome in my own extension?
How can I integrate the "Offer to save passwords" option of chrome in my own extension?

Time:05-05

I've seen its possible for extensions like Microsoft Autofill to override the "Offer to save passwords" setting in Google Chrome as shown in the picture below.

Screenshot of "Offer to save passwords" option in Google Chrome

I would like to integrate this in my own extension, but unfortunately I didn't manage to find any information / documentation about this.

Does anybody know how this works or has any examples?

Thank you very much

CodePudding user response:

Hint posted by @https://stackoverflow.com/users/3959875/woxxom is correct. Refer to https://developer.chrome.com/docs/extensions/reference/privacy/ for information about this

  • Related