Digital Data Layer Debugger
This extension helps to debug Digital Data Layer events
Digital Data Layer Debugger là gì?
Digital Data Layer Debugger là một tiện ích mở rộng Chrome được phát triển bởi Driveback LLC, và tính năng chính của nó là "This extension helps to debug Digital Data Layer events".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Digital Data Layer Debugger
Tải xuống các tệp mở rộng Digital Data Layer Debugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension helps to debug Digital Data Layer and see notification about all events in real time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Digital Data Layer Debugger |
ID | peofclkoddjlmccahdlpkejefgangbpk |
URL Chính Thức | https://chromewebstore.google.com/detail/digital-data-layer-debugg/peofclkoddjlmccahdlpkejefgangbpk |
Mô tả | This extension helps to debug Digital Data Layer events |
Kích Thước Tệp | 66.02 KB |
Số Lần Cài Đặt | 432 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-04-14 |
Ngày Phát Hành | 2016-04-14 |
Nhà Phát Triển | Driveback LLC |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://digitaldata.readme.io |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |