Nexx360 Ad Impact Tool

Nexx360 Ad Impact Tool estimates header bidding impact on pages

What is Nexx360 Ad Impact Tool?

Nexx360 Ad Impact Tool is a Chrome extension developed by https://adimpact.nexx360.io, and its main feature is "Nexx360 Ad Impact Tool estimates header bidding impact on pages".

Extension Screenshots

screenshot

Download Nexx360 Ad Impact Tool Extension CRX File

Download Nexx360 Ad Impact Tool 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

                        Nexx360 Ad Impact Tool estimates header bidding impact on pages. We reload a given webpage and analyse calls made the header bidding partners.                    

Extension Basic Information

Name Nexx360 Ad Impact Tool Nexx360 Ad Impact Tool
ID icikfhppjllhlnjcmpcomfjlldgmoipc
Official URL https://chromewebstore.google.com/detail/nexx360-ad-impact-tool/icikfhppjllhlnjcmpcomfjlldgmoipc
Description Nexx360 Ad Impact Tool estimates header bidding impact on pages
File Size 2.6 MB
Installation Count 100
Current Version 1.5.4
Last Updated 2023-04-04
Publish Date 2022-10-28
Rating 5.00/5 Total 1 Ratings
Developer https://adimpact.nexx360.io
Email [email protected]
Payment Type free
Extension Website https://www.nexx360.io
Help Page URL https://adimpact.nexx360.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nexx360 Ad Impact Tool",
    "description": "Nexx360 Ad Impact Tool estimates header bidding impact on pages",
    "version": "1.5.4",
    "action": {
        "default_icon": {
            "16": "img\/ICOTYPE-BLEU-16x16.png",
            "32": "img\/ICOTYPE-BLEU-32x32.png",
            "48": "img\/ICOTYPE-BLEU-48x48.png",
            "128": "img\/ICOTYPE-BLEU-128x128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/ICOTYPE-BLEU-16x16.png",
        "32": "img\/ICOTYPE-BLEU-32x32.png",
        "48": "img\/ICOTYPE-BLEU-48x48.png",
        "128": "img\/ICOTYPE-BLEU-128x128.png"
    },
    "permissions": [
        "tabs",
        "debugger"
    ]
}