[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
官方網址 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
}