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
公式URL 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
Eメール [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"
    }
}