Twitter Pixel Helper
Displays an icon if there is a Twitter website tag on a given page
Twitter Pixel Helper क्या है?
Twitter Pixel Helper https://ads.twitter.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays an icon if there is a Twitter website tag on a given page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Pixel Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Twitter Pixel Helper is a Chrome extension to help advertisers verify their Twitter website tag implementation. The Twitter Pixel Helper looks for website tag fires in the background and provides realtime feedback on the implementation, with information such as which website tags were fired and possible implementation mistakes. The number on the extension icon indicates the number of website tag fires. When clicked, a panel expands to show details on the website tags found, as well as any implementation warnings.
एक्सटेंशन की मूल जानकारी
नाम | Twitter Pixel Helper |
ID | jepminnlebllinfmkhfbkpckogoiefpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd |
विवरण | Displays an icon if there is a Twitter website tag on a given page |
फ़ाइल का आकार | 183 KB |
स्थापना संख्या | 61,231 |
वर्तमान संस्करण | 2.0.2 |
अंतिम अपडेट | 2022-09-09 |
प्रकाशन तिथि | 2020-01-27 |
रेटिंग | 3.38/5 कुल 16 रेटिंग्स |
डेवलपर | https://ads.twitter.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ads.twitter.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Displays an icon if there is a Twitter website tag on a given page", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Twitter Pixel Helper", "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup.html", "default_title": "There is a Twitter website tag on this page" }, "permissions": [ "background", "tabs", "storage", "webRequest", "*:\/\/*\/*" ], "version": "2.0.2" } |