Headerbid Expert

Load faster. Earn more with header bidding.

Co to jest Headerbid Expert?

Headerbid Expert to rozszerzenie Chrome opracowane przez https://prebid.org, a jego główną funkcją jest „Load faster. Earn more with header bidding.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Headerbid Expert

Pobierz pliki rozszerzeń Headerbid Expert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Headerbid Expert Headerbid Expert
ID cgfkddgbnfplidghapbbnngaogeldmop
Oficjalny URL https://chromewebstore.google.com/detail/headerbid-expert/cgfkddgbnfplidghapbbnngaogeldmop
Opis Load faster. Earn more with header bidding.
Rozmiar pliku 32.83 KB
Liczba instalacji 13,413
Aktualna Wersja 1.5.24
Ostatnia Aktualizacja 2020-04-11
Data Publikacji 2020-04-09
Ocena 3.87/5 Łącznie 23 Oceny
Deweloper https://prebid.org
Typ Płatności free
Obsługiwane Języki 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"
    }
}