Simple Data Layer Viewer

Simple extension for displaying the data layer of a website.

Simple Data Layer Viewer là gì?

Simple Data Layer Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://datapip.de, và tính năng chính của nó là "Simple extension for displaying the data layer of a website.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Data Layer Viewer

Tải xuống các tệp mở rộng Simple Data Layer Viewer 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 extension has no hidden agenda. It does not collect or send any data. It does not communicate to external servers. It simply displays Data Layers.*

This simple plugin helps you to view the data layers of a website. It displays found data layers on click in a popup window or you can use the dedicated panel in the developer tools, which will automatically refresh upon data layer changes.

By default, the extensions searches for the most common data layer names such as 'dataLayer', 'digitalData', 'utag.data' etc. These names can be customized together with some appearance settings.

I hope it helps you in the daily work as it helps me.                    

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

Tên Simple Data Layer Viewer Simple Data Layer Viewer
ID mkdjegdakgimmckobdnfiimhgmabbido
URL Chính Thức https://chromewebstore.google.com/detail/simple-data-layer-viewer/mkdjegdakgimmckobdnfiimhgmabbido
Mô tả Simple extension for displaying the data layer of a website.
Kích Thước Tệp 77.96 KB
Số Lần Cài Đặt 11,056
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2023-12-07
Ngày Phát Hành 2019-11-13
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://datapip.de
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": "Simple Data Layer Viewer",
    "short_name": "Data Layer",
    "description": "Simple extension for displaying the data layer of a website.",
    "version": "2.1.4",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Show Data Layer",
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "16": "\/img\/logo16.png",
            "32": "\/img\/logo32.png",
            "48": "\/img\/logo48.png",
            "128": "\/img\/logo128.png"
        }
    },
    "options_page": "\/html\/options.html",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/popup\/inject_script.js",
                "\/js\/panel\/inject_script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/img\/logo16.png",
        "32": "\/img\/logo32.png",
        "48": "\/img\/logo48.png",
        "128": "\/img\/logo128.png"
    },
    "devtools_page": "\/html\/devtools.html",
    "incognito": "split"
}