DeltaX - Pixel Helper

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

Apa itu DeltaX - Pixel Helper?

DeltaX - Pixel Helper adalah ekstensi Chrome yang dikembangkan oleh https://adbox.pro, dan fitur utamanya adalah "The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DeltaX - Pixel Helper

Unduh file ekstensi DeltaX - Pixel Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama DeltaX - Pixel Helper DeltaX - Pixel Helper
ID ogobgamnlnehifcgkplkhbjibppnonoc
URL Resmi https://chromewebstore.google.com/detail/deltax-pixel-helper/ogobgamnlnehifcgkplkhbjibppnonoc
Deskripsi The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.
Ukuran File 142 KB
Jumlah Instalasi 112
Versi Saat Ini 0.4.3
Terakhir Diperbarui 2019-04-04
Tanggal Publikasi 2019-04-04
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://adbox.pro
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.deltax.com/
Bahasa yang Didukung 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"
    }
}