developer.chrome.com icon indicating copy to clipboard operation
developer.chrome.com copied to clipboard

How does chrome extension take over Chrome's "prompt to save password" feature?Description not found in the Chrome extension documentation

Open wangmeijian opened this issue 4 years ago • 1 comments

⚠️ This is for issues with the https://developer.chrome.com site, not Chromium itself. If you want to file a bug with Chromium (the open-source project behind Google Chrome and other browsers), please use https://crbug.com.

Describe the bug How does chrome extension take over Chrome's "prompt to save password" feature?Description not found in the Chrome extension documentation

To Reproduce Steps to reproduce the behavior:

  1. install chrome extension then login
  2. Open the chrome with chrome: / / Settings/passwords
  3. see this image

Expected behavior This is explained in the Chrome extension developer documentation

Screenshots In the above

Desktop (please complete the following information):

  • OS: [macOs Monterey]
  • Browser [chrome]
  • Version [96]

Additional context Add any other context about the problem here.

wangmeijian avatar Dec 16 '21 09:12 wangmeijian

FWIW there is a way to accomplish this using the chrome.privacy api, see an example here.

But it would still be nice if these docs mentioned that, as well as clarify whether it's possible to do it in the manifest.

Zevgon avatar Jun 22 '22 23:06 Zevgon

Thanks for raising this. We’ve moved to a new platform and so we’ll fix this over there. I’ve moved the issue to our new tracker and you can see it at https://issuetracker.google.com/issues/324349152

dstmarthe avatar Feb 08 '24 05:02 dstmarthe