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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}