Taboola Pixel Helper
This extension allows the user to troubleshoot problems when using Taboola Pixels.
Taboola Pixel Helper क्या है?
Taboola Pixel Helper Taboola, Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to troubleshoot problems when using Taboola Pixels."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Taboola Pixel Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Taboola Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation. It works in the background and scans for conversion, retargeting or new Taboola pixels, and provides real-time feedback on the implementation. In case the Taboola pixel helper found pixels on your page, a small number will appear on the extension's icon. This number indicates the number of pixels found. To reach a detailed report regarding the pixels that were implemented on the page including possible implementation mistakes, just click on the Taboola pixel helper icon.
एक्सटेंशन की मूल जानकारी
नाम | Taboola Pixel Helper |
ID | aefiepimkogajhddmhcekceihikjcabd |
आधिकारिक URL | https://chromewebstore.google.com/detail/taboola-pixel-helper/aefiepimkogajhddmhcekceihikjcabd |
विवरण | This extension allows the user to troubleshoot problems when using Taboola Pixels. |
फ़ाइल का आकार | 620 KB |
स्थापना संख्या | 38,091 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2024-02-15 |
प्रकाशन तिथि | 2020-07-02 |
रेटिंग | 4.40/5 कुल 5 रेटिंग्स |
डेवलपर | Taboola, Inc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Taboola Pixel Helper", "description": "This extension allows the user to troubleshoot problems when using Taboola Pixels.", "version": "1.2.3", "action": { "default_popup": "index.html", "default_title": "Open Taboola Pixel Helper" }, "background": { "service_worker": "background.min.js" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.min.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "injected.min.js" ], "matches": [ " |