Headerbid Expert

Load faster. Earn more with header bidding.

Cos'è Headerbid Expert?

Headerbid Expert è un'estensione di Chrome sviluppata da https://prebid.org, e la sua funzione principale è "Load faster. Earn more with header bidding.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Headerbid Expert

Scarica i file di estensione Headerbid Expert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        If you're a publisher, you may want to understand how your webpages' header bidding partners are doing -
1. What's the latency from each header bidding partner?
2. Do they load asynchronously or are they blocking my pages?
3. Are they all loaded together in parallel?

If not, your page might be under monetized or be suffering from potential impression loss! Use this tool to find out!                    

Informazioni di Base sull'Estensione

Nome Headerbid Expert Headerbid Expert
ID cgfkddgbnfplidghapbbnngaogeldmop
URL Ufficiale https://chromewebstore.google.com/detail/headerbid-expert/cgfkddgbnfplidghapbbnngaogeldmop
Descrizione Load faster. Earn more with header bidding.
Dimensione del File 32.83 KB
Conteggio Installazioni 13,413
Versione Corrente 1.5.24
Ultimo Aggiornamento 2020-04-11
Data di Pubblicazione 2020-04-09
Valutazione 3.87/5 Totale 23 Valutazioni
Sviluppatore https://prebid.org
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Headerbid Expert",
    "description": "Load faster. Earn more with header bidding.",
    "version": "1.5.24",
    "browser_action": {
        "default_icon": "hbe-logo-128.png",
        "default_popup": "popup.html",
        "default_title": "Optimize header bidding setup"
    },
    "background": {
        "scripts": [
            "bidderPatterns.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        ""
    ],
    "icons": {
        "128": "hbe-logo-128.png",
        "48": "hbe-logo-48.png",
        "16": "hbe-logo-16.png"
    }
}