Reddit Pixel Helper
The Reddit Pixel Helper is a tool to QA your pixel implementation.
Wat is Reddit Pixel Helper?
Reddit Pixel Helper is een Chrome-extensie ontwikkeld door Reddit Ads, en de belangrijkste functie is "The Reddit Pixel Helper is a tool to QA your pixel implementation.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Pixel Helper
Download Reddit Pixel Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Reddit Pixel Helper |
ID | ebgpcjlgganlidigifggjjiglghjnjcj |
Officiële URL | https://chromewebstore.google.com/detail/reddit-pixel-helper/ebgpcjlgganlidigifggjjiglghjnjcj |
Beschrijving | The Reddit Pixel Helper is a tool to QA your pixel implementation. |
Bestandsgrootte | 1.56 MB |
Aantal Installaties | 6,503 |
Huidige Versie | 1.1.8 |
Laatst Bijgewerkt | 2024-01-10 |
Publicatiedatum | 2022-07-27 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Reddit Ads |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://advertising.reddithelp.com/en/submit-request |
URL van de Privacybeleid Pagina | https://www.reddit.com/policies/privacy-policy |
Ondersteunde Talen | 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": [ " |