WASP.inspector: Analytics Solution Profiler

Digital analytics quality made easy

Apa itu WASP.inspector: Analytics Solution Profiler?

WASP.inspector: Analytics Solution Profiler adalah ekstensi Chrome yang dikembangkan oleh https://webanalyticssolutionprofiler.com, dan fitur utamanya adalah "Digital analytics quality made easy".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WASP.inspector: Analytics Solution Profiler

Unduh file ekstensi WASP.inspector: Analytics Solution Profiler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama WASP.inspector: Analytics Solution Profiler WASP.inspector: Analytics Solution Profiler
ID niaoghengfohplclhbjnjheodgkejpih
URL Resmi https://chromewebstore.google.com/detail/waspinspector-analytics-s/niaoghengfohplclhbjnjheodgkejpih
Deskripsi Digital analytics quality made easy
Ukuran File 401 KB
Jumlah Instalasi 60,106
Versi Saat Ini 1.4.2
Terakhir Diperbarui 2020-08-06
Tanggal Publikasi 2020-08-06
Penilaian 4.55/5 Total 189 Penilaian
Pengembang https://webanalyticssolutionprofiler.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://webanalyticssolutionprofiler.com/
Bahasa yang Didukung 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'"
}