DeltaX - Pixel Helper

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

什麼是DeltaX - Pixel Helper?

DeltaX - Pixel Helper是由https://adbox.pro開發的Chrome擴展程式,該擴展的主要功能是“The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載DeltaX - Pixel Helper擴展crx文件

下載DeltaX - Pixel Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 DeltaX - Pixel Helper DeltaX - Pixel Helper
ID ogobgamnlnehifcgkplkhbjibppnonoc
官方網址 https://chromewebstore.google.com/detail/deltax-pixel-helper/ogobgamnlnehifcgkplkhbjibppnonoc
簡介 The DeltaX Pixel Helper is a troubleshooting tool that helps you validate your DeltaX Conversion Pixel and DeltaX Goal Pixels.
檔案大小 142 KB
安裝次數 112
目前版本 0.4.3
更新時間 2019-04-04
上架時間 2019-04-04
評分 5.00/5 共 5 次評分
開發者 https://adbox.pro
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.deltax.com/
支援的語言 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"
    }
}