Adwizard

An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.

¿Qué es Adwizard?

Adwizard es una extensión de Chrome desarrollada por https://publift.com, y su función principal es "An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Adwizard

Descarga archivos de extensión Adwizard 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

                        If you’re working in ad ops or troubleshooting a website then Adwizard will make your life easier by giving you easy access to information like size mapping, targeting and Prebid auction details.  
Adwizard provides publishers with hard-to-reach data, previously only found through the developer console. Through the use of Adwizard’s Prebid tab, you will gain helpful insights on your header bidding network partners such as Rubicon, Pubmatic, Appnexus, Index Exchange and more! 

🧙 Overview
Adwizard’s “Overview” tab provides you with a simplified view of all the ad units on your page, displaying information like delivered/supported sizes, delivery IDs and key value targeting.
Clicking on the ad unit icon next to the left of the ad unit name will scroll the web page to the corresponding unit and place a border around it, so it can be easily identified. A great use case for the “Overview” section is when you’re troubleshooting a bad ad or setting up a sales campaign.

🧙 Prebid 
Adwizard provides you with the ability to see the information for each Prebid auction that occurs on your page in real-time. Inside each Prebid auction, you have the ability to view all bids broken down per ad unit and network. Inside of each bid breakdown, you’ll find the respective size and CPM for that bid, and also whether or not it was a winner! In the event that a bid has timed out, or no bid was placed, Adwizard will show this clearly.

🧙 Blocking (Premium)
Adwizard allows you to easily block a bad ad through the “Blocking” tab. It shows each ad unit so you can find the one causing distress. Click “block” and a blocking request will be sent directly to Publift. Blocking requests made through Adwizard hold all information for Publift to block the troublesome ad including creative, click-through link, advertiser and network.                    

Información Básica de la Extensión

Nombre Adwizard Adwizard
ID kndnhcfdajkaickocacghchhpieogbjh
URL Oficial https://chromewebstore.google.com/detail/adwizard/kndnhcfdajkaickocacghchhpieogbjh
Descripción An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.
Tamaño del Archivo 962 KB
Cantidad de Instalaciones 3,666
Versión Actual 1.1.0
Última Actualización 2020-06-02
Fecha de Publicación 2020-06-01
Calificación 4.58/5 Total de 12 Calificaciones
Desarrollador https://publift.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.publift.com
URL de la Página de Ayuda http://showroom.publift.com/adwizard/
URL de la Página de Política de Privacidad https://publift.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adwizard",
    "short_name": "Adwizard",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkOGVSrcWcqtzK0ma4dQFAQDW2P9nx3lB+Bea6REKwLhNBX5WyZ+DEJ2IryXzVQxfqsU4xAEX5B7+NZSjXwcMSE+8o5PS3rrlTAgrVCzHPWI4lGAAEPlBQL78Hv1P5VU8DrRHWQ0QEtr\/9rjcr1ygEyaacGDr\/5TBk7cdIiFUPywBUNSCddMcf2TI9VPluSqxLCWMoGC5pNjKA5n78vOOipzbPCxMziQjAiJUB4zrLFs8y3KuscgiRNEFGU7DafuuXZZ3mlvHnaak1P1sQ0s3dpIVC4N9zwZ4I5jUelvvne2F35Hd101uWY6Qo+KA5rfuAvSQvKDSQdwHMqZ0e0vm1wIDAQAB",
    "description": "An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.",
    "icons": {
        "8": "icons\/8x8.png",
        "16": "icons\/16x16.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "identity",
        "activeTab",
        "webRequest",
        "debugger",
        ""
    ],
    "oauth2": {
        "client_id": "569132588429-5618gkgq6hvtve11iuedaqpn4d1l4rve.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Adwizard by Publift",
        "default_icon": {
            "8": "icons\/8x8.png",
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png",
            "32": "icons\/32x32.png",
            "64": "icons\/64x64.png",
            "128": "icons\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/communicator.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "content-scripts\/injected.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "version": "1.1.0",
    "version_name": "1.1.0"
}