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…

O que é CMP Validator?

CMP Validator é uma extensão do Chrome desenvolvida por IAB Europe, e sua principal característica é "The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CMP Validator

Baixe arquivos de extensão CMP Validator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CMP Validator CMP Validator
ID ffhhjklgcfabkpholngojpkijlafjooc
URL Oficial https://chromewebstore.google.com/detail/cmp-validator/ffhhjklgcfabkpholngojpkijlafjooc
Descrição The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…
Tamanho do Arquivo 461 KB
Contagem de Instalações 2,732
Versão Atual 2.2.5
Última Atualização 2024-01-18
Data de Publicação 2023-05-01
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor IAB Europe
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://iabeurope.eu/transparency-consent-framework/
URL da Página de Ajuda https://iabeurope.eu/wp-content/uploads/2023/05/TCF-v2.2-CMP-Validator-User-Guide_15052023.pdf
Idiomas Suportados 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
        }
    ]
}