Nexx360 Ad Impact Tool

Nexx360 Ad Impact Tool estimates header bidding impact on pages

Vad är Nexx360 Ad Impact Tool?

Nexx360 Ad Impact Tool är en Chrome-tillägg utvecklad av https://adimpact.nexx360.io, och dess huvudfunktion är "Nexx360 Ad Impact Tool estimates header bidding impact on pages".

Tilläggsskärmbilder

screenshot

Ladda ner Nexx360 Ad Impact Tool-förlängningens CRX-fil

Ladda ner Nexx360 Ad Impact Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Nexx360 Ad Impact Tool Nexx360 Ad Impact Tool
ID icikfhppjllhlnjcmpcomfjlldgmoipc
Officiell webbadress https://chromewebstore.google.com/detail/nexx360-ad-impact-tool/icikfhppjllhlnjcmpcomfjlldgmoipc
Beskrivning Nexx360 Ad Impact Tool estimates header bidding impact on pages
Filstorlek 2.6 MB
Antal Installationer 100
Aktuell Version 1.5.4
Senast Uppdaterad 2023-04-04
Publiceringsdatum 2022-10-28
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://adimpact.nexx360.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.nexx360.io
Hjälpsida URL https://adimpact.nexx360.io
Stödda Språk 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"
    ]
}