DeltaX - Pixel Helper

The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.

Cos'è DeltaX - Pixel Helper?

DeltaX - Pixel Helper è un'estensione di Chrome sviluppata da https://adbox.pro, e la sua funzione principale è "The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DeltaX - Pixel Helper

Scarica i file di estensione DeltaX - Pixel Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.                    

Informazioni di Base sull'Estensione

Nome DeltaX - Pixel Helper DeltaX - Pixel Helper
ID ogobgamnlnehifcgkplkhbjibppnonoc
URL Ufficiale https://chromewebstore.google.com/detail/deltax-pixel-helper/ogobgamnlnehifcgkplkhbjibppnonoc
Descrizione The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.
Dimensione del File 142 KB
Conteggio Installazioni 112
Versione Corrente 0.4.3
Ultimo Aggiornamento 2019-04-04
Data di Pubblicazione 2019-04-04
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://adbox.pro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.deltax.com/
Lingue Supportate en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.4.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "browser_action": {
        "permissions": [
            "background"
        ],
        "default_title": "Check the pixels on this page",
        "default_icon": "icons\/dx-logo-transparent_bw.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "36": "icons\/New_Logo\/icon36.png",
        "48": "icons\/New_Logo\/icon48.png",
        "72": "icons\/New_Logo\/icon72.png",
        "96": "icons\/New_Logo\/icon96.png",
        "144": "icons\/New_Logo\/icon144.png",
        "192": "icons\/New_Logo\/icon192.png"
    }
}