I want to oauth at google chrome extension for get token, and get some info from yandex mail at background.js. But i cant find the way for this.
Yandex oauth work as:
- some html link to oauth.yandex.ru/authorize
- authorization
- return back to the page by callback
but google chrome extension has not any url.
is it possible?