Best way to send data between front end and extension ?

Hello everyone!
I'm creating an extension that needs to talk to my front-end. What do you think is the best way to handle this?

To explain how it works:
1 - The user enters data in my app (Next.JS)
2 - The extension opens a new tab incognito for the user to perform certain actions.
3 - When the user has finished, I want to send information about these actions back to the website.

How would you have done this?

Thank you in advance !
Was this page helpful?