CMP Validator

The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…

CMP Validator là gì?

CMP Validator là một tiện ích mở rộng Chrome được phát triển bởi IAB Europe, và tính năng chính của nó là "The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…".

Ả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 CMP Validator

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

                        The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to the TCF introduced in IAB Europe's TCF v2.2.                    

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

Tên CMP Validator CMP Validator
ID ffhhjklgcfabkpholngojpkijlafjooc
URL Chính Thức https://chromewebstore.google.com/detail/cmp-validator/ffhhjklgcfabkpholngojpkijlafjooc
Mô tả The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…
Kích Thước Tệp 461 KB
Số Lần Cài Đặt 2,732
Phiên Bản Hiện Tại 2.2.5
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-05-01
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển IAB Europe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://iabeurope.eu/transparency-consent-framework/
URL Trang Trợ Giúp https://iabeurope.eu/wp-content/uploads/2023/05/TCF-v2.2-CMP-Validator-User-Guide_15052023.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CMP Validator",
    "version": "2.2.5",
    "icons": {
        "32": "src\/images\/icon32.png",
        "128": "src\/images\/icon128.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.js.f2f36233.f574c788.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html",
                "notfound.html",
                "src\/images\/*.png",
                "src\/utils\/structure.json"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.js.f2f36233.js"
            ],
            "use_dynamic_url": true
        }
    ]
}