I created a React app and would like to convert it to a chrome extension with iframe.
I didn't find any tutorials regarding this matter.
When a user clicks on the extension's icon, I want the extension to be injected as iframe on the right side of the page, overlaying on top of the current page.
Like SimilarWeb extension if someone knows it.
Can someone please explain me how to do it?
Thanks a lot!