Tag Manager Assistant

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

什麼是Tag Manager Assistant?

Tag Manager Assistant是由Damien Vingrief開發的Chrome擴展程式,該擴展的主要功能是“Tag Manager Assistant allows to control custom data from a Web page.”。

擴展截圖

screenshot

下載Tag Manager Assistant擴展crx文件

下載Tag Manager Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        / ! \ 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.                    

擴展基本資訊

名稱 Tag Manager Assistant Tag Manager Assistant
ID oacpegaegonlmnobkoeiiegdccgcmpnj
官方網址 https://chromewebstore.google.com/detail/tag-manager-assistant/oacpegaegonlmnobkoeiiegdccgcmpnj
簡介 Tag Manager Assistant allows to control custom data from a Web page.
檔案大小 39.98 KB
安裝次數 117,229
目前版本 1.32
更新時間 2024-01-27
上架時間 2019-09-28
評分 3.44/5 共 62 次評分
開發者 Damien Vingrief
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}