Roku pixel helper

Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.

Τι είναι το Roku pixel helper;

Το Roku pixel helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Roku, και η κύρια λειτουργία του είναι "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Roku pixel helper

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

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

                        Roku Pixel Helper is a Chrome extension that helps advertisers verify, debug, and troubleshoot warnings or errors during pixel and event installation. For more information on the Roku Pixel Helper, see our Help Center: https://help.ads.roku.com/collections/5784517    


By using the Roku Pixel Helper, you agree to the Roku Ads Manager Terms and Conditions: https://docs.roku.com/published/ads-manager-terms-and-conditions  


About the Roku base pixel 
The Roku base pixel is a piece of JavaScript code that is placed on the advertiser's website or app to measure campaign activity and actions taken by users. A page view event is automatically placed along with the base pixel, allowing advertisers to see how many streamers visited their site or app after seeing their ad.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Roku pixel helper Roku pixel helper
ID kcpbomhhmopchbefhpphdboleijpjfge
Επίσημο URL https://chromewebstore.google.com/detail/roku-pixel-helper/kcpbomhhmopchbefhpphdboleijpjfge
Περιγραφή Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.
Μέγεθος Αρχείου 136 KB
Αριθμός Εγκαταστάσεων 47
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2024-01-09
Ημερομηνία Δημοσίευσης 2023-10-31
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Roku
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ads.roku.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://help.ads.roku.com/collections/5784517
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Roku pixel helper",
    "description": "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.",
    "version": "1.0.3",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/roku-icon-128-neg.png",
        "default_title": "Roku pixel helper"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/injector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}