Simple Data Layer Viewer

Simple extension for displaying the data layer of a website.

Simple Data Layer Viewer란 무엇입니까?

Simple Data Layer Viewer은(는) https://datapip.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple extension for displaying the data layer of a website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Simple Data Layer Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *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.                    

확장 프로그램 기본 정보

이름 Simple Data Layer Viewer Simple Data Layer Viewer
ID mkdjegdakgimmckobdnfiimhgmabbido
공식 URL https://chromewebstore.google.com/detail/simple-data-layer-viewer/mkdjegdakgimmckobdnfiimhgmabbido
설명 Simple extension for displaying the data layer of a website.
파일 크기 77.96 KB
설치 횟수 11,056
현재 버전 2.1.4
최근 업데이트 2023-12-07
출시 날짜 2019-11-13
평점 5.00/5 총 11 개의 평점
개발자 https://datapip.de
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}