GDDL Inspector

GDDL QA Tool

GDDL Inspector là gì?

GDDL Inspector là một tiện ích mở rộng Chrome được phát triển bởi Stitchd NV, và tính năng chính của nó là "GDDL QA Tool".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng GDDL Inspector 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

                        Stitchd's Generic Digital Data Layer (GDDL) framework supports an event-driven and vendor agnostic data layer implementation.
 
The framework offers a common generic structure for defining analytics event content, either through plain javascript objects, or by attributing analytics data in the HTML elements. To connect to site implemented tag management solutions, the framework translates the data layer into the vendor specific data layer and tag manager event structures and passes the data through an event queue.

The GDDL Inspector tool is a developer extension panel that visualizes the event queue from the framework. The GDDL inspector tool will also perform a syntactical check on the HTML data attributes, and visualize which components are properly/faulty attributed.                    

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

Tên GDDL Inspector GDDL Inspector
ID glemmkkipabbechhnlmfiddhebdmandc
URL Chính Thức https://chromewebstore.google.com/detail/gddl-inspector/glemmkkipabbechhnlmfiddhebdmandc
Mô tả GDDL QA Tool
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 251
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-01-14
Ngày Phát Hành 2020-12-19
Nhà Phát Triển Stitchd NV
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.stitchd.be
URL Trang Trợ Giúp https://stitchd.gitbook.io/gddl/
URL Trang Chính Sách Bảo Mật https://www.stitchd.be/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GDDL Inspector",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "GDDL QA Tool",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "incognito": "split",
    "devtools_page": "devtools.html",
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net ; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjFYOcNQmMFMuxpvH9UZZDEFAxd9RKF0bwLjI0WDeVfz108bpN4rf7qfNe3XMq4mKNPePyDDbHAdDhSTqO2PuAaNod4aTtG4MtFmw7b67Gmy9pZmbbPAvTUAX4JwvBh7wt1873dnqSzZHOigvDOeWY31u94wNc3+9TH9heU2vWBtfJ9y6xNxU0ZDgorWIQIRA0ZnYGvNxCuzk5uUWGoTWNSB+nXqku21jW21nqtyPdkV74joysfZAxqennc9\/dNlY+qeLytJCeZYK3xnXkGp5NUfc4xwNSWPdeGx0vFDz7mYxomajK8v\/wYO9\/6GCpT\/QHNLEzywNnbP8BPt57mEAUQIDAQAB",
    "version": "1.0.1"
}