[DEPRECATED] Tag Assistant for Conversions

This extension is no longer supported.

Was ist [DEPRECATED] Tag Assistant for Conversions?

[DEPRECATED] Tag Assistant for Conversions ist eine Chrome-Erweiterung, die von Google entwickelt wurde, und ihr Hauptmerkmal ist "This extension is no longer supported.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

[DEPRECATED] Tag Assistant for Conversions-Erweiterungs-CRX-Datei herunterladen

Laden Sie [DEPRECATED] Tag Assistant for Conversions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name [DEPRECATED] Tag Assistant for Conversions [DEPRECATED] Tag Assistant for Conversions
ID llpfnmnallbompdmklfkcibfpcfpncdd
Offizielle URL https://chromewebstore.google.com/detail/deprecated-tag-assistant/llpfnmnallbompdmklfkcibfpcfpncdd
Beschreibung This extension is no longer supported.
Dateigröße 410 KB
Installationsanzahl 50,505
Aktuelle Version 23.285.10.49
Letztes Update 2023-10-16
Veröffentlichungsdatum 2019-07-10
Bewertung 4.71/5 Insgesamt 17 Bewertungen
Entwickler Google
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.google.com/intl/en/policies/privacy
Unterstützte Sprachen 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
}