Programa Para Dibujar Imagenes 3d

Hi,
This extension doesn't work anymore. You can use it as reference to learn how to call PureCloud API from there, general UI set up.
Some time ago, Chrome changed something in how it deals with an access to local extension page.
2 years ago, I've created this plugin, where after successful log-in PureCloud redirects you to Chrome local url which was in this example ( ) - this doesn't work anymore, as this page is not anymore accessible (it was back then).
Without that we cannot auth directly from extension as it doesn't support local access.
To get token you should either use external services that could eventually pass it to chrome extension (GET) or you can try to steal the token from a browser which is already authenticated against PureCloud.