Adwizard

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

O que é Adwizard?

Adwizard é uma extensão do Chrome desenvolvida por https://publift.com, e sua principal característica é "An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Adwizard

Baixe arquivos de extensão Adwizard 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

                        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.                    

Informações Básicas da Extensão

Nome Adwizard Adwizard
ID kndnhcfdajkaickocacghchhpieogbjh
URL Oficial https://chromewebstore.google.com/detail/adwizard/kndnhcfdajkaickocacghchhpieogbjh
Descrição An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.
Tamanho do Arquivo 962 KB
Contagem de Instalações 3,666
Versão Atual 1.1.0
Última Atualização 2020-06-02
Data de Publicação 2020-06-01
Classificação 4.58/5 Total de 12 Avaliações
Desenvolvedor https://publift.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.publift.com
URL da Página de Ajuda http://showroom.publift.com/adwizard/
URL da Página de Política de Privacidade https://publift.com/privacy-policy
Idiomas Suportados 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"
}