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 là gì?

Dcard Pixel Helper là một tiện ích mở rộng Chrome được phát triển bởi dcard_ads_platform, và tính năng chính của nó là "Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dcard Pixel Helper

Tải xuống các tệp mở rộng Dcard Pixel Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 即會顯示程式碼細節如:埋設位置、載入時間及警示資訊。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dcard Pixel Helper Dcard Pixel Helper
ID pphjpbpdhgindpcfnhfhokdkpakgehmo
URL Chính Thức https://chromewebstore.google.com/detail/dcard-pixel-helper/pphjpbpdhgindpcfnhfhokdkpakgehmo
Mô tả Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…
Kích Thước Tệp 953 KB
Số Lần Cài Đặt 498
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-07-18
Ngày Phát Hành 2023-02-28
Nhà Phát Triển dcard_ads_platform
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ads.dcard.tw/
URL Trang Chính Sách Bảo Mật https://www.dcard.tw/terms
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}