Bridgewell Pixel Helper
Detect the Bridgewell tracking pixel on webpages.
Bridgewell Pixel Helper क्या है?
Bridgewell Pixel Helper bridgewell.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect the Bridgewell tracking pixel on webpages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bridgewell Pixel Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Bridgewell Pixel Helper can help you check your installation of Bridgewell's pixel codes. This tool detects and provides realtime feedbacks for Bridgewell Pixels. A number appears on the extension icon when Pixel events are detected on the given page. You may click on the icon to obtain further information on the signals sent to Bridgewell's server. It will also provide diagnostics and suggestions in case the Pixel is installed incorrectly
एक्सटेंशन की मूल जानकारी
नाम | Bridgewell Pixel Helper |
ID | coomnmckhpcfgiodllkkbpinkcbhglbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/bridgewell-pixel-helper/coomnmckhpcfgiodllkkbpinkcbhglbk |
विवरण | Detect the Bridgewell tracking pixel on webpages. |
फ़ाइल का आकार | 90.01 KB |
स्थापना संख्या | 312 |
वर्तमान संस्करण | 5.0.1 |
अंतिम अपडेट | 2023-09-25 |
प्रकाशन तिथि | 2020-06-03 |
डेवलपर | bridgewell.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bridgewell Pixel Helper", "version": "5.0.1", "description": "Detect the Bridgewell tracking pixel on webpages.", "permissions": [ "tabs", "webRequest", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_globs": [ "chrome:\/\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "19": "icons\/pixel_helper_icon_faded_19.png", "24": "icons\/pixel_helper_icon_faded_24.png", "38": "icons\/pixel_helper_icon_faded_38.png", "48": "icons\/pixel_helper_icon_faded_48.png" } }, "icons": { "16": "icons\/pixel_helper_icon_16.png", "18": "icons\/pixel_helper_icon_18.png", "19": "icons\/pixel_helper_icon_19.png", "24": "icons\/pixel_helper_icon_24.png", "32": "icons\/pixel_helper_icon_32.png", "38": "icons\/pixel_helper_icon_38.png", "48": "icons\/pixel_helper_icon_48.png", "64": "icons\/pixel_helper_icon_64.png", "128": "icons\/pixel_helper_icon_128.png" } } |