Adwizard

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

What is Adwizard?

Adwizard is a Chrome extension developed by https://publift.com, and its main feature is "An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Adwizard Extension CRX File

Download Adwizard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Adwizard Adwizard
ID kndnhcfdajkaickocacghchhpieogbjh
Official URL https://chromewebstore.google.com/detail/adwizard/kndnhcfdajkaickocacghchhpieogbjh
Description An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.
File Size 962 KB
Installation Count 3,666
Current Version 1.1.0
Last Updated 2020-06-02
Publish Date 2020-06-01
Rating 4.58/5 Total 12 Ratings
Developer https://publift.com
Email [email protected]
Payment Type free
Extension Website https://www.publift.com
Help Page URL http://showroom.publift.com/adwizard/
Privacy Policy Page URL https://publift.com/privacy-policy
Supported Languages 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"
}