how to distinguish that a window popup is opened from normal tab or from a chrome extension?

42 Views Asked by At

I am working on a chrome extension app, here I am opening a new window(with url:xyz.com) from chrome extension app, and the same codebase is deployed in a server(url:xyz.com) as well as with the same functionality(opening new window popop, url:xyz.com). But unable to distinguish that window popup is opened from normal tab or from a chrome extension.

following is the data flow :

here someurl.com is a third party url.

enter image description here

0

There are 0 best solutions below