Digital Data Layer Debugger
This extension helps to debug Digital Data Layer events
What is Digital Data Layer Debugger?
Digital Data Layer Debugger is a Chrome extension developed by Driveback LLC, and its main feature is "This extension helps to debug Digital Data Layer events".
Extension Screenshots
Download Digital Data Layer Debugger Extension CRX File
Download Digital Data Layer Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps to debug Digital Data Layer and see notification about all events in real time.
Extension Basic Information
Name | Digital Data Layer Debugger |
ID | peofclkoddjlmccahdlpkejefgangbpk |
Official URL | https://chromewebstore.google.com/detail/digital-data-layer-debugg/peofclkoddjlmccahdlpkejefgangbpk |
Description | This extension helps to debug Digital Data Layer events |
File Size | 66.02 KB |
Installation Count | 432 |
Current Version | 1.0 |
Last Updated | 2016-04-14 |
Publish Date | 2016-04-14 |
Developer | Driveback LLC |
[email protected] | |
Payment Type | free |
Extension Website | http://digitaldata.readme.io |
Supported Languages | 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\/" ] } |