Ad Tracker v1.22 BETA

Provides a clean output of all GTM ad request/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019

Ad Tracker v1.22 BETA là gì?

Ad Tracker v1.22 BETA là một tiện ích mở rộng Chrome được phát triển bởi AdTrackerExtension, và tính năng chính của nó là "Provides a clean output of all GTM ad request/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ad Tracker v1.22 BETA

Tải xuống các tệp mở rộng Ad Tracker v1.22 BETA 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

                        Ad Tracker extension is a tool designed to help increase productivity for anyone working with ad serving/trafficking using Google Publisher Tags. Ad Tracker provides a clean breakdown of the ad calls and responses on a page. Ad sizes, ad-units, keys and key values, advertiser ids, order ids, line ids and creative ids can easily be accessed using this extension. This tool can greatly benefit anyone working within the ad-operations industry (publishers, advertisers, agencies, and more). 

How it works:
Once installed, load any site running ads through Google Publisher Tags into Chrome and you will see the Ad Tracker button in the bottom left hand corner of the browser window. Clicking this opens a popup in your current browser window in the bottom left hand corner.  This popup houses all the ad call/response info for quick and easy reference. The window can also be moved/resized and minimized/closed using the buttons provided. If you do exit the window you can access it again by reloading the page.                    

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

Tên Ad Tracker v1.22 BETA Ad Tracker v1.22 BETA
ID ipmeigoaaleeehdglinhlipajfgnejkf
URL Chính Thức https://chromewebstore.google.com/detail/ad-tracker-v122-beta/ipmeigoaaleeehdglinhlipajfgnejkf
Mô tả Provides a clean output of all GTM ad request/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019
Kích Thước Tệp 27.56 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 1.22
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2020-06-12
Nhà Phát Triển AdTrackerExtension
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://markbland.ca/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ad Tracker v1.22 BETA",
    "description": "Provides a clean output of all GTM ad request\/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019",
    "version": "1.22",
    "action": {
        "default_icon": "ATicon32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "SRAandMRA.js",
                "code.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "ATicon16.png",
        "32": "ATicon32.png",
        "48": "ATicon48.png",
        "128": "ATicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "file:\/\/\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*"
            ],
            "all_frames": false,
            "js": [
                "SRAandMRA.js"
            ],
            "run_at": "document_start"
        }
    ]
}