Hi!
We developed a Generic
yet Simple
extension for End-users in any website to help solving their issues. You may consider it as a Generic Support Extension.
Create the following endpoints in your server:
/client-support/screenshot
An endpoint to which a user will send a 64-base PNG screenshot.
/client-support/fps
An endpoint to which a user will send an array representing last 15 seconds of his FPS.
The FPS is measured once in 30 seconds.
/client-support/message
An endpoint to which a user will send a message.
- The extension send the data to the url of the website.
e.g. https://www.foo-bar.com - the extension will send a screenshot to
https://www.foo-bar.com/client-support/screenshot