我的 chrome 扩展 iframe 我的网站。因此,如果我将 Google Analytics 添加到我的网站,我的 chrome 扩展会默认获得它吗?
My chrome extension iframes my website. So if I add Google Analytics to my website, will my chrome extension get it by default?
我有一个网络应用程序和同一个网络应用程序的 chrome 扩展。在 popup.html 中,我的扩展只是 iframes 我的 webapp,如下所示。我的问题是,如果我在 webapp 中添加 Google Analytics,我的扩展会自动拥有它吗?
<iframe id="messenger" partition="persist:messenger5" height="500px" width="400px" frameborder="0" src="https://myapp.com"></iframe>
因为我的 chrome 扩展只是 iframes 我的网络应用程序,我的网络应用程序有 Google 扩展,所以我的 chrome 扩展也有 Google 自动分析。
我有一个网络应用程序和同一个网络应用程序的 chrome 扩展。在 popup.html 中,我的扩展只是 iframes 我的 webapp,如下所示。我的问题是,如果我在 webapp 中添加 Google Analytics,我的扩展会自动拥有它吗?
<iframe id="messenger" partition="persist:messenger5" height="500px" width="400px" frameborder="0" src="https://myapp.com"></iframe>
因为我的 chrome 扩展只是 iframes 我的网络应用程序,我的网络应用程序有 Google 扩展,所以我的 chrome 扩展也有 Google 自动分析。