TerminalOne Pixel Debugger

Display presence of Mediamath TerminalOne pixels

TerminalOne Pixel Debugger란 무엇입니까?

TerminalOne Pixel Debugger은(는) MediaMath Technology Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display presence of Mediamath TerminalOne pixels"입니다.

확장 프로그램 스크린샷

screenshot

TerminalOne Pixel Debugger 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Examine your implementation of the MediaMath TerminalOne Pixel.

The TerminalOne Pixel Debugger displays the presence of MediaMath TerminalOne Pixels.

It allows you to inspect* the pixel configurations of all MediaMath Pixels installed on a website.

* Inspection feature only works if you have logged into MediaMath TerminalOne console                    

확장 프로그램 기본 정보

이름 TerminalOne Pixel Debugger TerminalOne Pixel Debugger
ID lblndfadnccgoeamohlemgaldnbjdnkn
공식 URL https://chrome.google.com/webstore/detail/terminalone-pixel-debugge/lblndfadnccgoeamohlemgaldnbjdnkn
설명 Display presence of Mediamath TerminalOne pixels
파일 크기 727 KB
설치 횟수 688
현재 버전 0.4
최근 업데이트 2020-01-27
출시 날짜 2020-01-22
평점 5.00/5 총 3 개의 평점
개발자 MediaMath Technology Solutions
결제 유형 free
확장 프로그램 웹 사이트 http://www.mediamath.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "pint_logo.png",
        "16": "pint_logo.png",
        "32": "pint_logo.png",
        "48": "pint_logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "pint_logo.png",
        "default_popup": "popup.html"
    },
    "name": "TerminalOne Pixel Debugger",
    "short_name": "TerminalOne Pixel Debugger",
    "description": "Display presence of Mediamath TerminalOne pixels",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "0.4"
}