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
官方URL 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"
    }
}