Nexx360 Ad Impact Tool

Nexx360 Ad Impact Tool estimates header bidding impact on pages

Hvad er Nexx360 Ad Impact Tool?

Nexx360 Ad Impact Tool er en Chrome-udvidelse udviklet af https://adimpact.nexx360.io, og dens hovedfunktion er "Nexx360 Ad Impact Tool estimates header bidding impact on pages".

Udvidelsesskærmbilleder

screenshot

Download Nexx360 Ad Impact Tool-udvidelses-CRX-fil

Download Nexx360 Ad Impact Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Nexx360 Ad Impact Tool Nexx360 Ad Impact Tool
ID icikfhppjllhlnjcmpcomfjlldgmoipc
Officiel URL https://chromewebstore.google.com/detail/nexx360-ad-impact-tool/icikfhppjllhlnjcmpcomfjlldgmoipc
Beskrivelse Nexx360 Ad Impact Tool estimates header bidding impact on pages
Filstørrelse 2.6 MB
Antal Installationer 100
Nuværende Version 1.5.4
Senest Opdateret 2023-04-04
Udgivelsesdato 2022-10-28
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://adimpact.nexx360.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.nexx360.io
Hjælpeside-URL https://adimpact.nexx360.io
Understøttede Sprog 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"
    ]
}