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とは何ですか?

CMP ValidatorはIAB Europeによって開発されたChromeの拡張機能で、その主な機能は「The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…」です。

拡張機能のスクリーンショット

screenshot

CMP Validator拡張機能のCRXファイルをダウンロード

CMP Validator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CMP Validator CMP Validator
ID ffhhjklgcfabkpholngojpkijlafjooc
公式URL https://chromewebstore.google.com/detail/cmp-validator/ffhhjklgcfabkpholngojpkijlafjooc
説明 The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…
ファイルサイズ 461 KB
インストール数 2,732
現在のバージョン 2.2.5
最終更新日 2024-01-18
公開日 2023-05-01
評価 4.50/5 合計 2 レビュー
開発者 IAB Europe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://iabeurope.eu/transparency-consent-framework/
ヘルプページのURL https://iabeurope.eu/wp-content/uploads/2023/05/TCF-v2.2-CMP-Validator-User-Guide_15052023.pdf
対応言語 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
        }
    ]
}