标签: javascript google-chrome google-chrome-devtools pixel tracking
就像Facebook Pixel Helper扩展程序一样,我想创建一个扩展程序来检测我的应用程序的img跟踪请求。
我使用performance.getEntries()可以获取有关chrome devtools网络面板的所有信息。一切都很好,我可以捕获我的所有js,css文件请求,但没有检测到我的img像素请求。
performance.getEntries()
我该怎么做?我想实现一个方便的工具,以检测所有发送的img像素跟踪,而无需打开网络面板进行检查。