Kwai Pixel Helper

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

Kwai Pixel Helper란 무엇입니까?

Kwai Pixel Helper은(는) attribution_support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kwai Pixel Assistant The Pixel Helper is a plug-in that monitors whether your Kwai Pixel is functioning properly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kwai Pixel Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 Kwai Pixel Helper Kwai Pixel Helper
ID egbeiaidfnjbliaaoijfcnopfopcnkbd
공식 URL https://chromewebstore.google.com/detail/kwai-pixel-helper/egbeiaidfnjbliaaoijfcnopfopcnkbd
설명 Kwai Pixel Assistant The Pixel Helper is a plug-in that monitors whether your Kwai Pixel is functioning properly.
파일 크기 763 KB
설치 횟수 8,537
현재 버전 1.3.6
최근 업데이트 2023-12-04
출시 날짜 2021-10-19
평점 5.00/5 총 1 개의 평점
개발자 attribution_support
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            }
        ]
    }
}