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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dcard Pixel Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}