Reddit Pixel Helper

The Reddit Pixel Helper is a tool to QA your pixel implementation.

什麼是Reddit Pixel Helper?

Reddit Pixel Helper是由Reddit Ads開發的Chrome擴展程式,該擴展的主要功能是“The Reddit Pixel Helper is a tool to QA your pixel implementation.”。

擴展截圖

screenshot
screenshot
screenshot

下載Reddit Pixel Helper擴展crx文件

下載Reddit Pixel Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        While browsing any site, the extension badge will show the number of Reddit Pixel events firing on a page. Open the extension on any page with the pixel implemented to see which events are actively firing, identify any errors in their configuration, and get recommendations for fixing errors. Check out our Help Center for more info: https://advertising.reddithelp.com/en/categories/measurement/reddit-pixel-helper

By using the Reddit Pixel Helper you agree to the Reddit Advertising Platform Terms: https://advertising.reddithelp.com/en/categories/policy-guidelines/advertising-terms-ads-platform                    

擴展基本資訊

名稱 Reddit Pixel Helper Reddit Pixel Helper
ID ebgpcjlgganlidigifggjjiglghjnjcj
官方網址 https://chromewebstore.google.com/detail/reddit-pixel-helper/ebgpcjlgganlidigifggjjiglghjnjcj
簡介 The Reddit Pixel Helper is a tool to QA your pixel implementation.
檔案大小 1.56 MB
安裝次數 6,503
目前版本 1.1.8
更新時間 2024-01-10
上架時間 2022-07-27
評分 5.00/5 共 5 次評分
開發者 Reddit Ads
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://advertising.reddithelp.com/en/submit-request
隱私政策頁面URL https://www.reddit.com/policies/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit Pixel Helper",
    "short_name": "Reddit Pixel Helper",
    "description": "The Reddit Pixel Helper is a tool to QA your pixel implementation.",
    "version": "1.1.8",
    "action": {
        "default_icon": {
            "16": "img\/icon_passive_16.png",
            "48": "img\/icon_passive_48.png",
            "128": "img\/icon_passive_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Reddit Pixel Helper"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "",
        "*:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon_active_16.png",
        "48": "img\/icon_active_48.png",
        "128": "img\/icon_active_128.png"
    }
}