HTL Debug
View and analyze your ad configuration
HTL Debug क्या है?
HTL Debug https://hashtag-labs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View and analyze your ad configuration"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HTL Debug एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A powerful publisher ads debugging extension offered by Hashtag Labs for analyzing Google ad configuration (GAM / GPT), Prebid, HTLBID, Amazon header bidding, and consent management (CMP).
एक्सटेंशन की मूल जानकारी
नाम | HTL Debug |
ID | nhijejfjieloehdlkicfakfjfmnkgnlf |
आधिकारिक URL | https://chromewebstore.google.com/detail/htl-debug/nhijejfjieloehdlkicfakfjfmnkgnlf |
विवरण | View and analyze your ad configuration |
फ़ाइल का आकार | 535 KB |
स्थापना संख्या | 1,602 |
वर्तमान संस्करण | 2.5.1 |
अंतिम अपडेट | 2024-02-20 |
प्रकाशन तिथि | 2022-01-13 |
रेटिंग | 5.00/5 कुल 17 रेटिंग्स |
डेवलपर | https://hashtag-labs.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hashtag-labs.com/ |
सहायता पृष्ठ URL | https://hashtag-labs.com/contact-us.html |
गोपनीयता नीति पृष्ठ URL | https://hashtag-labs.com/privacy-policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTL Debug", "description": "View and analyze your ad configuration", "version": "2.5.1", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "extension\/img\/icon-16.png", "48": "extension\/img\/icon-48.png", "128": "extension\/img\/icon-128.png" }, "action": { "default_icon": "extension\/img\/icon-128.png", "default_popup": "extension\/popup.html", "default_title": "Open HTL Debug" }, "background": { "service_worker": "extension\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "extension\/content_script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "extension\/bridge.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "devtools_page": "extension\/devtools.html", "permissions": [ "storage", "identity", "identity.email", "unlimitedStorage" ] } |