Insight Tag Checker
Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight…
什么是Insight Tag Checker?
Insight Tag Checker是由shaunpeh开发的Chrome扩展程序,该扩展的主要功能是“Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight…”。
扩展截图
下载Insight Tag Checker扩展crx文件
下载Insight Tag Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight JavaScript code that you can add to your website to enable in-depth campaign reporting and unlock valuable insights about your website visitors. You can use the Insight Tag to track conversions, retarget website visitors, and unlock additional insights about members interacting with your ads. About Insight Tag Checker” assist users to inspect the implementation of their Insight Tag or conversion tag(s) within their website. It removes the struggle for users to use chrome inspecting tool, navigate and check the response from network tab. All the steps are condensed down to “a single click”. Functionality This tool checks your network request and ensures that you are getting the right response back from the intended server which is registering your Insight Tag Script. Getting the right response ascertain that your script tag is firing and being received appropriately. *************************************************************************** Inspired greatly by Pixel Helper Chrome Extension - Pearmill
扩展基本信息
名称 | Insight Tag Checker |
ID | feeednoflloccfhgoiiohjammanphoef |
官方URL | https://chromewebstore.google.com/detail/insight-tag-checker/feeednoflloccfhgoiiohjammanphoef |
简介 | Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight… |
文件大小 | 24.55 KB |
安装次数 | 10,000 |
当前版本 | 1.4 |
更新时间 | 2023-07-01 |
上架时间 | 2022-06-18 |
评分 | 4.60/5 共5次评分 |
开发者 | shaunpeh |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.theb2bhouse.com |
帮助页面URL | https://tag-checker.theb2bhouse.com/ |
隐私政策页面URL | https://www.theb2bhouse.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insight Tag Checker", "manifest_version": 3, "version": "1.4", "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Insight Tag Checker" }, "background": { "service_worker": "background.js" }, "permissions": [ "webRequest", "storage", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*" ] } |