TerminalOne Pixel Debugger

Display presence of Mediamath TerminalOne pixels

Vad är TerminalOne Pixel Debugger?

TerminalOne Pixel Debugger är en Chrome-tillägg utvecklad av MediaMath Technology Solutions, och dess huvudfunktion är "Display presence of Mediamath TerminalOne pixels".

Tilläggsskärmbilder

screenshot

Ladda ner TerminalOne Pixel Debugger-förlängningens CRX-fil

Ladda ner TerminalOne Pixel Debugger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TerminalOne Pixel Debugger TerminalOne Pixel Debugger
ID lblndfadnccgoeamohlemgaldnbjdnkn
Officiell webbadress https://chrome.google.com/webstore/detail/terminalone-pixel-debugge/lblndfadnccgoeamohlemgaldnbjdnkn
Beskrivning Display presence of Mediamath TerminalOne pixels
Filstorlek 727 KB
Antal Installationer 688
Aktuell Version 0.4
Senast Uppdaterad 2020-01-27
Publiceringsdatum 2020-01-22
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare MediaMath Technology Solutions
Betalningssätt free
Tilläggswebbplats http://www.mediamath.com
Stödda Språk 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"
}