WASP.inspector: Analytics Solution Profiler

Digital analytics quality made easy

什么是WASP.inspector: Analytics Solution Profiler?

WASP.inspector: Analytics Solution Profiler是由https://webanalyticssolutionprofiler.com开发的Chrome扩展程序,该扩展的主要功能是“Digital analytics quality made easy”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载WASP.inspector: Analytics Solution Profiler扩展crx文件

下载WASP.inspector: Analytics Solution Profiler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ▶ 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.                    

扩展基本信息

名称 WASP.inspector: Analytics Solution Profiler WASP.inspector: Analytics Solution Profiler
ID niaoghengfohplclhbjnjheodgkejpih
官方URL https://chromewebstore.google.com/detail/waspinspector-analytics-s/niaoghengfohplclhbjnjheodgkejpih
简介 Digital analytics quality made easy
文件大小 401 KB
安装次数 60,106
当前版本 1.4.2
更新时间 2020-08-06
上架时间 2020-08-06
评分 4.55/5 共189次评分
开发者 https://webanalyticssolutionprofiler.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://webanalyticssolutionprofiler.com/
支持的语言 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'"
}