Tag Manager Assistant

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

Tag Manager Assistant là gì?

Tag Manager Assistant là một tiện ích mở rộng Chrome được phát triển bởi Damien Vingrief, và tính năng chính của nó là "Tag Manager Assistant allows to control custom data from a Web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tag Manager Assistant

Tải xuống các tệp mở rộng Tag Manager Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tag Manager Assistant Tag Manager Assistant
ID oacpegaegonlmnobkoeiiegdccgcmpnj
URL Chính Thức https://chromewebstore.google.com/detail/tag-manager-assistant/oacpegaegonlmnobkoeiiegdccgcmpnj
Mô tả Tag Manager Assistant allows to control custom data from a Web page.
Kích Thước Tệp 39.98 KB
Số Lần Cài Đặt 117,229
Phiên Bản Hiện Tại 1.32
Cập Nhật Lần Cuối 2024-01-27
Ngày Phát Hành 2019-09-28
Đánh Giá 3.44/5 Tổng số 62 Đánh Giá
Nhà Phát Triển Damien Vingrief
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}