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…

Hvad er CMP Validator?

CMP Validator er en Chrome-udvidelse udviklet af IAB Europe, og dens hovedfunktion er "The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…".

Udvidelsesskærmbilleder

screenshot

Download CMP Validator-udvidelses-CRX-fil

Download CMP Validator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CMP Validator CMP Validator
ID ffhhjklgcfabkpholngojpkijlafjooc
Officiel URL https://chromewebstore.google.com/detail/cmp-validator/ffhhjklgcfabkpholngojpkijlafjooc
Beskrivelse The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…
Filstørrelse 461 KB
Antal Installationer 2,732
Nuværende Version 2.2.5
Senest Opdateret 2024-01-18
Udgivelsesdato 2023-05-01
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler IAB Europe
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://iabeurope.eu/transparency-consent-framework/
Hjælpeside-URL https://iabeurope.eu/wp-content/uploads/2023/05/TCF-v2.2-CMP-Validator-User-Guide_15052023.pdf
Understøttede Sprog 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
        }
    ]
}