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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Dcard Pixel Helper

Λήψη αρχείων επέκτασης Dcard Pixel Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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:\/\/*\/*"
    ]
}