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 là gì?

Insight Tag Checker là một tiện ích mở rộng Chrome được phát triển bởi shaunpeh, và tính năng chính của nó là "Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Insight Tag Checker

Tải xuống các tệp mở rộng Insight Tag Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Insight Tag Checker Insight Tag Checker
ID feeednoflloccfhgoiiohjammanphoef
URL Chính Thức https://chromewebstore.google.com/detail/insight-tag-checker/feeednoflloccfhgoiiohjammanphoef
Mô tả Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight…
Kích Thước Tệp 24.55 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-07-01
Ngày Phát Hành 2022-06-18
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển shaunpeh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.theb2bhouse.com
URL Trang Trợ Giúp https://tag-checker.theb2bhouse.com/
URL Trang Chính Sách Bảo Mật https://www.theb2bhouse.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}