AdTech Debuggers

Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits.

¿Qué es AdTech Debuggers?

AdTech Debuggers es una extensión de Chrome desarrollada por https://adops.wiki, y su función principal es "Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AdTech Debuggers

Descarga archivos de extensión AdTech Debuggers en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        BKR AdTech

The purpose of this extension is to provide information to commercial teams about the Ad slots which are rendered in a webpage and vendors.

Currently the extension is including:

- DFP
- PrebidJS
- Nativo 
- Taboola
- OneTrust
- Audit Ads on page
- Latest forum feeds 

Releases/versions and updates will be posted on the AdOps forum (https://www.adops.wiki) once we complete the development of the website, meanwhile for any inquiries please email us at : [email protected]                    

Información Básica de la Extensión

Nombre AdTech Debuggers AdTech Debuggers
ID iiammbfijgkjigahedoohgohjiicdefd
URL Oficial https://chromewebstore.google.com/detail/adtech-debuggers/iiammbfijgkjigahedoohgohjiicdefd
Descripción Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits.
Tamaño del Archivo 291 KB
Cantidad de Instalaciones 284
Versión Actual 1.7.1
Última Actualización 2022-07-06
Fecha de Publicación 2019-11-07
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://adops.wiki
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.adops.wiki
URL de la Página de Ayuda https://www.adops.wiki
URL de la Página de Política de Privacidad https://static.bokarsolutions.co.uk/legal/privacy_policy.pdf
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdTech Debuggers",
    "version": "1.7.1",
    "description": "Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits.",
    "author": "Bokar Solutions Ltd",
    "homepage_url": "https:\/\/www.bokarsolutions.co.uk",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*\/\/*.google.com\/*",
                "*chrome:\/\/extensions\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "AdTech Debug Config",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png"
        },
        "default_popup": "popup.html"
    }
}