Headerbid Expert

Load faster. Earn more with header bidding.

Headerbid Expertとは何ですか?

Headerbid Expertはhttps://prebid.orgによって開発されたChromeの拡張機能で、その主な機能は「Load faster. Earn more with header bidding.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Headerbid Expert拡張機能のCRXファイルをダウンロード

Headerbid Expert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Headerbid Expert Headerbid Expert
ID cgfkddgbnfplidghapbbnngaogeldmop
公式URL https://chromewebstore.google.com/detail/headerbid-expert/cgfkddgbnfplidghapbbnngaogeldmop
説明 Load faster. Earn more with header bidding.
ファイルサイズ 32.83 KB
インストール数 13,413
現在のバージョン 1.5.24
最終更新日 2020-04-11
公開日 2020-04-09
評価 3.87/5 合計 23 レビュー
開発者 https://prebid.org
支払い方法 free
対応言語 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"
    }
}