TAGLAB - Analytics & Datalayer Console Viewer

Inspect & QA analytics tags, marketing tags, conversion pixels, and data layer variables for data auditing and tag monitoring.

TAGLAB - Analytics & Datalayer Console Viewer란 무엇입니까?

TAGLAB - Analytics & Datalayer Console Viewer은(는) https://taglab.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inspect & QA analytics tags, marketing tags, conversion pixels, and data layer variables for data auditing and tag monitoring."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TAGLAB - Analytics & Datalayer Console Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Accelerate your website's analytics and marketing tag auditing with TAGLAB's powerful Chrome extension. TAGLAB empowers digital marketers and developers to effortlessly inspect and QA analytics tags, marketing tags, conversion pixels, and data layer variables for comprehensive data auditing and tag monitoring. Seamlessly detect firing tags and data layer JS objects, along with their parameter values, with precision and efficiency.

Key Features:

- View firing tags and taxonomy of data object variables updated by page load and click events
- Record scenarios for repeated testing
- Crawl entire websites to detect all firing tags and data layers across all pages
- Customize tag visibility by hiding default supported tags and data layer objects, and defining new ones as needed
- Download audit data in convenient CSV format for further analysis


How to Use TAGLAB Extension:

After installation, simply right-click on your browser and select "Inspect".
Navigate to the TAGLAB tab within the developer console.
Start browsing your website to capture firing tags and data layer values.
Optionally, crawl the website or record specific interaction scenarios to capture interactions on XPath, CSS, other html elements, and commands (Selenium IDE).

This chrome extension seamlessly supports a wide array of main vendors and custom technologies, which can be defined manually by users for comprehensive tag monitoring. 

For additional supported technologies, feedback, or inquiries, please don't hesitate to contact us. 

Experience enhanced efficiency and assurance in data integrity with TAGLAB – your ultimate solution for analytics and marketing tag auditing on Google Chrome.                    

확장 프로그램 기본 정보

이름 TAGLAB - Analytics & Datalayer Console Viewer TAGLAB - Analytics & Datalayer Console Viewer
ID kfenlfbjdpdgblnoabpdehlabodakbmp
공식 URL https://chromewebstore.google.com/detail/taglab-analytics-datalaye/kfenlfbjdpdgblnoabpdehlabodakbmp
설명 Inspect & QA analytics tags, marketing tags, conversion pixels, and data layer variables for data auditing and tag monitoring.
파일 크기 693 KB
설치 횟수 131
현재 버전 1.3.3
최근 업데이트 2024-03-02
출시 날짜 2023-06-01
평점 5.00/5 총 8 개의 평점
개발자 https://taglab.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://taglab.net
도움말 페이지 URL https://taglab.net/contact-us
개인정보 보호 정책 페이지 URL https://taglab.net/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TAGLAB - Analytics & Datalayer Console Viewer",
    "version": "1.3.3",
    "description": "Inspect & QA analytics tags, marketing tags, conversion pixels, and data layer variables for data auditing and tag monitoring.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "devtools_page": "devtools.html",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "incognito": "split",
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon-48x48.png",
        "default_title": "TAGLAB",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' "
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/inject.js",
                "content\/recorder_inject.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ]
}