WASP.inspector: Analytics Solution Profiler
Digital analytics quality made easy
WASP.inspector: Analytics Solution Profiler là gì?
WASP.inspector: Analytics Solution Profiler là một tiện ích mở rộng Chrome được phát triển bởi https://webanalyticssolutionprofiler.com, và tính năng chính của nó là "Digital analytics quality made easy".
Ả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 WASP.inspector: Analytics Solution Profiler
Tải xuống các tệp mở rộng WASP.inspector: Analytics Solution Profiler 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
▶ WASP.inspector for Google Chrome ◀ Next generation web analytics quality assurance. The Web Analytics Solution Profiler (WASP) is the must have tool for managers, marketers and implementation specialists who wants to audit, validate and debug the data sent from their websites via tags and beacons. » Features ★ Sophisticated algorithm which auto-detects every type of tag, including those sent through POST requests - all the time; ★ Eye-catching visualization which show the relationships between all tags, regardless of the complexity of the underlying instrumentation; ★ Friendly names for Google Analytics, Universal Analytics and Adobe Site Catalyst decode and make clear exactly what information is being sent; ★ Show SEO information about the page being inspected ★ Get info about async script loading and relative tag position in HEAD, BODY or INJECTED ★ Exclusive Google Tag Manager data layer view (even if not using the dataLayer name) ★ Rapidly locate and isolate exactly the item you are looking for with the find feature; ★ Tag-blocking or redirect scripts for advanced quality assurance. » Getting started WASP adds a new tab in the Chrome developer tools to enable quick finding and detailed viewing of analytics tags and other technologies as you browse the web. To open the Chrome Developer Tools • On Windows and Linux, press Control-Shift-i • On Mac, press ⌥⌘I (Command-Option-i) Then, select the WASP panel » Support & more info • Please note WASP hook up deep into Chrome and requires Chrome version 32.x or later • http://webanalyticssolutionprofiler.com/support/ » Tags/beacons/web analytics/ad networks/tag management systems detected: • WASP will automatically detect ALL tags, including Google Analytics, Universal Analytics, DoubleClick, Google Tag Manager, Adobe Site Catalyst, IBM Coremetrics and Unica, Webtrends, all tag management systems vendors, all ad networks, all social media tags - all the time! » The fine prints You are hereby granted a non-exclusive, non-transferable limited license to use this software for personal or corporate needs as defined by the type of license (either free, or purchased). WASP is the property of Cardinal Path LLC, and is protected by intellectual property laws and international treaties. Unauthorized use, reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law. WASP is based inter alia on proprietary know-how of Cardinal Path LLC and all text, graphics and contents are the property (either owned or by way of licences) of Cardinal Path LLC. Permission is granted to download Cardinal Path's WASP provided that: (1) the use of WASP is in accordance to the license type (free or purchased), (2) WASP will not be copied or posted on any networked computer or broadcast in any media, and (3) no modifications to any of the WASP code-base are made. This permission terminates automatically without notice if you breach any of these terms or conditions. Upon termination, you will immediately destroy any downloaded and printed Materials.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WASP.inspector: Analytics Solution Profiler |
ID | niaoghengfohplclhbjnjheodgkejpih |
URL Chính Thức | https://chromewebstore.google.com/detail/waspinspector-analytics-s/niaoghengfohplclhbjnjheodgkejpih |
Mô tả | Digital analytics quality made easy |
Kích Thước Tệp | 401 KB |
Số Lần Cài Đặt | 60,106 |
Phiên Bản Hiện Tại | 1.4.2 |
Cập Nhật Lần Cuối | 2020-08-06 |
Ngày Phát Hành | 2020-08-06 |
Đánh Giá | 4.55/5 Tổng số 189 Đánh Giá |
Nhà Phát Triển | https://webanalyticssolutionprofiler.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://webanalyticssolutionprofiler.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WASP.inspector: Analytics Solution Profiler", "short_name": "WASP.inspector", "version": "1.4.2", "manifest_version": 2, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNFVU8LS3WNJfgW0HzX0WNMymn4xYHxvfR+frJORmDVYCDeo\/if1i2rPpm55Aa8+Z9YX5Z1HQLUmMMJM0c9yxFu\/oViovGrG1OjbBjjcDjihH42gZJlOUhvUyIyxQCs1MoCgTonquZMGHf20eo9\/g+jTmGrsq3dGjEv+zdMSwt2wIDAQAB", "description": "Digital analytics quality made easy", "minimum_chrome_version": "37", "icons": { "16": "img\/WASPicon16.png", "48": "img\/WASPicon48.png", "64": "img\/WASPicon64.png", "128": "img\/WASPicon128.png" }, "options_page": "options.html", "devtools_page": "devtools.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/insert.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "js\/CSSql.js", "js\/background.friendly.js", "js\/analytics.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "16": "img\/WASPicon16.png", "48": "img\/WASPicon48.png" }, "default_popup": "popup.html" }, "permissions": [ "chrome:\/\/favicon\/", "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.webanalyticssolutionprofiler.com https:\/\/*.cardinalpath.com; object-src 'self'" } |