[DEPRECATED] Tag Assistant for Conversions

This extension is no longer supported.

什么是[DEPRECATED] Tag Assistant for Conversions?

[DEPRECATED] Tag Assistant for Conversions是由Google开发的Chrome扩展程序,该扩展的主要功能是“This extension is no longer supported.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载[DEPRECATED] Tag Assistant for Conversions扩展crx文件

下载[DEPRECATED] Tag Assistant for Conversions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 [DEPRECATED] Tag Assistant for Conversions [DEPRECATED] Tag Assistant for Conversions
ID llpfnmnallbompdmklfkcibfpcfpncdd
官方URL https://chromewebstore.google.com/detail/deprecated-tag-assistant/llpfnmnallbompdmklfkcibfpcfpncdd
简介 This extension is no longer supported.
文件大小 410 KB
安装次数 50,505
当前版本 23.285.10.49
更新时间 2023-10-16
上架时间 2019-07-10
评分 4.71/5 共17次评分
开发者 Google
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.google.com/intl/en/policies/privacy
支持的语言 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
}