Digital Data Layer Debugger
This extension helps to debug Digital Data Layer events
Digital Data Layer Debugger क्या है?
Digital Data Layer Debugger Driveback LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps to debug Digital Data Layer events"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Digital Data Layer Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps to debug Digital Data Layer and see notification about all events in real time.
एक्सटेंशन की मूल जानकारी
नाम | Digital Data Layer Debugger |
ID | peofclkoddjlmccahdlpkejefgangbpk |
आधिकारिक URL | https://chromewebstore.google.com/detail/digital-data-layer-debugg/peofclkoddjlmccahdlpkejefgangbpk |
विवरण | This extension helps to debug Digital Data Layer events |
फ़ाइल का आकार | 66.02 KB |
स्थापना संख्या | 432 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-04-14 |
प्रकाशन तिथि | 2016-04-14 |
डेवलपर | Driveback LLC |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://digitaldata.readme.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digital Data Layer Debugger", "description": "This extension helps to debug Digital Data Layer events", "version": "1.0", "author": "Driveback LLC", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "jquery.growl.css" ], "js": [ "jquery.min.js", "jquery.growl.js", "deep-diff.js", "debugger.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "icons\/off16.png", "48": "icons\/off48.png", "128": "icons\/off128.png" }, "default_title": "icon" }, "permissions": [ "activeTab", "webNavigation", "https:\/\/ajax.googleapis.com\/" ] } |