Nexx360 Ad Impact Tool

Nexx360 Ad Impact Tool estimates header bidding impact on pages

Nexx360 Ad Impact Tool란 무엇입니까?

Nexx360 Ad Impact Tool은(는) https://adimpact.nexx360.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nexx360 Ad Impact Tool estimates header bidding impact on pages"입니다.

확장 프로그램 스크린샷

screenshot

Nexx360 Ad Impact Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Nexx360 Ad Impact Tool Nexx360 Ad Impact Tool
ID icikfhppjllhlnjcmpcomfjlldgmoipc
공식 URL https://chromewebstore.google.com/detail/nexx360-ad-impact-tool/icikfhppjllhlnjcmpcomfjlldgmoipc
설명 Nexx360 Ad Impact Tool estimates header bidding impact on pages
파일 크기 2.6 MB
설치 횟수 100
현재 버전 1.5.4
최근 업데이트 2023-04-04
출시 날짜 2022-10-28
평점 5.00/5 총 1 개의 평점
개발자 https://adimpact.nexx360.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nexx360.io
도움말 페이지 URL https://adimpact.nexx360.io
지원되는 언어 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"
    ]
}