Zemanta Pixel Helper
With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
Τι είναι το Zemanta Pixel Helper;
Το Zemanta Pixel Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον outbrain-ext, και η κύρια λειτουργία του είναι "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Zemanta Pixel Helper
Λήψη αρχείων επέκτασης Zemanta Pixel Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you find that you are not receiving conversions in your dashboard after the campaign has been live for a few days, make sure to check the Pixel Helper for any error messages.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Zemanta Pixel Helper |
ID | hcmhhjbfamlpaejfmlildgpgedlbdfoh |
Επίσημο URL | https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh |
Περιγραφή | With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site |
Μέγεθος Αρχείου | 137 KB |
Αριθμός Εγκαταστάσεων | 484 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2022-03-16 |
Ημερομηνία Δημοσίευσης | 2021-11-01 |
Προγραμματιστής | outbrain-ext |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.zemanta.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zemanta Pixel Helper", "short_name": "Zemanta Pixel Helper", "version": "1.0.3", "description": "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site", "icons": { "16": "zemanta-icon.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_icon": { "16": "zemanta-icon.png", "24": "zemanta-icon.png", "32": "32x32.png" }, "default_title": "Zemanta Pixel Helper", "default_popup": "drop_down\/drop_down.html" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |