Chrome extension for PureCloud Secure Pause

I am looking into the following extension as an option for some customers who require secure pause for back office functionality. The extension states that although it's hardcoded to the .ie region I should be able to configure it within settings. However, I can't see any settings to manage the extension, anyone know what I am doing wrong?

@Szlaski_Daniel can you help?

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 (https://ipepiaoogopplecfilkpjkibljjcmhee.chromiumapp.org/index.html) - 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.

Thx, Daniel

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.