Kwai Pixel Helper

Kwai Pixel Assistant The Pixel Helper is a plug-in that monitors whether your Kwai Pixel is functioning properly.

O que é Kwai Pixel Helper?

Kwai Pixel Helper é uma extensão do Chrome desenvolvida por attribution_support, e sua principal característica é "Kwai Pixel Assistant The Pixel Helper is a plug-in that monitors whether your Kwai Pixel is functioning properly.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Kwai Pixel Helper

Baixe arquivos de extensão Kwai Pixel Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Kwai 像素自检器是能帮助广告主自动检测像素代码是否安装成功以及事件是否成功触发的辅助性工具。

在谷歌商店下载 Kwai Pixel Helper 插件,并在浏览器打开插件,进而检测像素代码是否安装成功。
● 若像素代码安装正确,会展现像素名称和其下定义事件的数量。
● 若事件被触发,会展示事件的规则,未触发则不会展示。
● 像素位置安装错误或者未安装会弹出响应提示:“像素代码未安装在  之间,这可能会影响您的像素加载。”
● 像素代码加载时间超时会弹出响应提示:“像素加载时间过长,这可能会造成事件数据缺失。”                    

Informações Básicas da Extensão

Nome Kwai Pixel Helper Kwai Pixel Helper
ID egbeiaidfnjbliaaoijfcnopfopcnkbd
URL Oficial https://chromewebstore.google.com/detail/kwai-pixel-helper/egbeiaidfnjbliaaoijfcnopfopcnkbd
Descrição Kwai Pixel Assistant The Pixel Helper is a plug-in that monitors whether your Kwai Pixel is functioning properly.
Tamanho do Arquivo 763 KB
Contagem de Instalações 8,537
Versão Atual 1.3.6
Última Atualização 2023-12-04
Data de Publicação 2021-10-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor attribution_support
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.3.6",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "128": "images\/Kwai-4.png",
            "16": "images\/Kwai-1.png",
            "32": "images\/Kwai-2.png",
            "48": "images\/Kwai-3.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/Kwai-active-4.png",
        "16": "images\/Kwai-active-1.png",
        "32": "images\/Kwai-active-2.png",
        "48": "images\/Kwai-active-3.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "iframe.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netRequest",
                "enabled": true,
                "path": "netRequest.json"
            }
        ]
    }
}