Tag Manager Assistant

Tag Manager Assistant allows to control custom data from a Web page.

Was ist Tag Manager Assistant?

Tag Manager Assistant ist eine Chrome-Erweiterung, die von Damien Vingrief entwickelt wurde, und ihr Hauptmerkmal ist "Tag Manager Assistant allows to control custom data from a Web page.".

Erweiterungsscreenshots

screenshot

Tag Manager Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tag Manager Assistant-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

                        / ! \ This extensions is not a Google product.

Tag Manager Assistant helps to verify tag and datalayer implementations with automated check of a custom JavaScript data set, to debug without diffusing information into everyone's browser console but to share data valorization with no effort to collaborators (developers, analytics teams, project managers, and any third party contributors).

Create custom check rules to compare data values with expected ones, you can also set them right from the extension to avoid deployment dependency. This helper works with asynchrone and check data list updates when data are added, modified or deleted.

With some options, you can:
• use different data set names,
• create tag and datalayer check rules for particular domains,
• insert custom code as inside a script tag,
• export and import check rules,
• activate wrong data values notification,
• use icon as count checker for active rules,
• or as counter of wrong data values,
• watch data update in browser's console,
• filter summary and console viewing of good and/or wrong data valorizations,
• etc...

All settings and rules are synced with the profile of Google Chrome browser.                    

Grundlegende Informationen zur Erweiterung

Name Tag Manager Assistant Tag Manager Assistant
ID oacpegaegonlmnobkoeiiegdccgcmpnj
Offizielle URL https://chromewebstore.google.com/detail/tag-manager-assistant/oacpegaegonlmnobkoeiiegdccgcmpnj
Beschreibung Tag Manager Assistant allows to control custom data from a Web page.
Dateigröße 39.98 KB
Installationsanzahl 117,229
Aktuelle Version 1.32
Letztes Update 2024-01-27
Veröffentlichungsdatum 2019-09-28
Bewertung 3.44/5 Insgesamt 62 Bewertungen
Entwickler Damien Vingrief
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tag Manager Assistant",
    "short_name": "Tag Manager Assistant",
    "description": "Tag Manager Assistant allows to control custom data from a Web page.",
    "author": "[email protected]",
    "icons": {
        "128": "files\/img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications"
    ],
    "version": "1.32",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "files\/js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "files\/img\/icon48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}