Dcard Pixel Helper

Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…

Dcard Pixel Helper란 무엇입니까?

Dcard Pixel Helper은(는) dcard_ads_platform에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide troubleshooting information. 
Go visit pages with embedded Pixel, and Pixel Helper will display code details such as embedding location, loading time, and warning information.

Dcard Pixel Helper 可以幫助即時檢查 Pixel 是否正確安裝在網站上,以及是否能夠正確地記錄網站上的活動並且排除問題。
您可以造訪有埋設 Pixel 的頁面,Pixel Helper 即會顯示程式碼細節如:埋設位置、載入時間及警示資訊。                    

확장 프로그램 기본 정보

이름 Dcard Pixel Helper Dcard Pixel Helper
ID pphjpbpdhgindpcfnhfhokdkpakgehmo
공식 URL https://chromewebstore.google.com/detail/dcard-pixel-helper/pphjpbpdhgindpcfnhfhokdkpakgehmo
설명 Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…
파일 크기 953 KB
설치 횟수 498
현재 버전 0.0.4
최근 업데이트 2023-07-18
출시 날짜 2023-02-28
개발자 dcard_ads_platform
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ads.dcard.tw/
개인정보 보호 정책 페이지 URL https://www.dcard.tw/terms
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.712ba0d7.png",
        "32": "icon32.plasmo.e4ff5c22.png",
        "48": "icon48.plasmo.7bbcbf06.png",
        "64": "icon64.plasmo.c6acb0d7.png",
        "128": "icon128.plasmo.7195d1bb.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.712ba0d7.png",
            "32": "icon32.plasmo.e4ff5c22.png",
            "48": "icon48.plasmo.7bbcbf06.png",
            "64": "icon64.plasmo.c6acb0d7.png",
            "128": "icon128.plasmo.7195d1bb.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.4",
    "name": "Dcard Pixel Helper",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "parseHTMLContent.732277a2.js"
            ],
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/*.dcard.tw\/*",
                "*:\/\/*.dcard.io\/*"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}