Good afternoon, colleagues. I need your advice on authorization in extensions.
I want my extension to silently authorize at the time of installation through the user account he logged into Chrome. I saw examples of projects in which this is implemented. But, unfortunately, one of them has already been removed by the developer, and I cannot find the second one. Moreover, I see a mention of silent authorization in the documentation of Chrome applications -
https://developer.chrome.com/docs/apps/app_identity/#launchWebAuthFlow-interactive. But I don't understand if this is relevant for extensions.
If silent authorization is possible, what data can I get? Ideally: token, email address, username, and profile photo will be enough for me. I need to create an account and display information for users similar to this -
https://take.ms/B08WU.
Tell me, is it possible? Do you know examples of such extensions? What should I study?