[DEPRECATED] Tag Assistant for Conversions

This extension is no longer supported.

[DEPRECATED] Tag Assistant for Conversions là gì?

[DEPRECATED] Tag Assistant for Conversions là một tiện ích mở rộng Chrome được phát triển bởi Google, và tính năng chính của nó là "This extension is no longer supported.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng [DEPRECATED] Tag Assistant for Conversions

Tải xuống các tệp mở rộng [DEPRECATED] Tag Assistant for Conversions 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

                        Please use the new Tag Assistant and its companion extension to verify and troubleshoot tagging for Google tag (gtag.js) and Google Tag Manager installations for Google Analytics, Google Ads, and more.

Tag Assistant for Conversions helps validate your website implementation used to measure conversions for Google Ads

Tag Assistant for Conversions offers a step by step process to validate individual website conversion actions for your Google Ads account.

Tag Assistant enables you to step through the entire user journey by simulating a click on an ad, arriving on your website, navigating the site, and ultimately converting. The step by step guidance will highlight potential problems or misconfigurations and ultimately let you know when the conversion is being recorded correctly.                    

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

Tên [DEPRECATED] Tag Assistant for Conversions [DEPRECATED] Tag Assistant for Conversions
ID llpfnmnallbompdmklfkcibfpcfpncdd
URL Chính Thức https://chromewebstore.google.com/detail/deprecated-tag-assistant/llpfnmnallbompdmklfkcibfpcfpncdd
Mô tả This extension is no longer supported.
Kích Thước Tệp 410 KB
Số Lần Cài Đặt 50,505
Phiên Bản Hiện Tại 23.285.10.49
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2019-07-10
Đánh Giá 4.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Google
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.google.com/intl/en/policies/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[DEPRECATED] Tag Assistant for Conversions",
    "description": "This extension is no longer supported.",
    "version": "23.285.10.49",
    "icons": {
        "16": "img\/icon\/icon-blue-16.png",
        "32": "img\/icon\/icon-blue-32.png",
        "48": "img\/icon\/icon-blue-48.png",
        "128": "img\/icon\/icon-blue-128.png"
    },
    "background": {
        "scripts": [
            "background\/background_bin.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/app.html",
        "default_icon": {
            "16": "img\/icon\/icon-blue-16.png",
            "32": "img\/icon\/icon-blue-32.png",
            "48": "img\/icon\/icon-blue-48.png",
            "128": "img\/icon\/icon-blue-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ads.google.com\/aw\/*",
                "https:\/\/*.adz.google.com\/aw\/*",
                "http:\/\/*.corp.google.com\/aw\/*"
            ],
            "js": [
                "background\/mark_dom_bin.js"
            ]
        }
    ],
    "default_locale": "en",
    "permissions": [
        "",
        "contextMenus",
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "common\/styles.css",
        "inject\/app.html",
        "window_inspection\/window_inspection_bin.js"
    ],
    "manifest_version": 2
}