Analytics Inspector

Analytics Inspector, by true-metrics.com provide an easy way to validate web analytics and marketing integration.

Analytics Inspectorคืออะไร?

Analytics Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://true-metrics.com และคุณลักษณะหลักของมันคือ "Analytics Inspector, by true-metrics.com provide an easy way to validate web analytics and marketing integration."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Analytics Inspector

ดาวน์โหลดไฟล์ส่วนขยาย Analytics Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        * * * Automated QA and Test Reports now available * * *

➡️ Examples and How-To videos: https://youtube.com/playlist?list=PLcQ8o6KhDqEBEFEDRstT_0IvNYNmesckZ

Release notes for v22.9.913 
✔️ Test Reporting now available
✔️ Sing-in now available
✔️ Improve Automated QA
✔️ Add parameter description for Adobe Analytics and Google Analytics
✔️ Add Dark Mode support

Feature set:
– Automated request QA
– Test reporting (BETA)
– Authentication to sync settings
– Side-by-side request comparison
– Simple and intuitive user interface
– Parallel processing to handle high amount of requests
– Parameter highlighting for rapid comparison between requests
– Visual separation between page load and even requests

Supported vendors:
* Tealium - support for Tealium data layer debugging
* Google Analytics - detailed parameter description
* DoubleClick - detailed parameter description support
* Webtrekk - advanced parameter description
* Econda - Support decoding for "d" parameter
* Matomo (Piwik)
* Piwik Pro
* Visual Website Optimizer (VWO)
* Adobe Analytics
* Snowplow - Support decoding for "cx" and "ue_cx" parameter
* Google Ads
* Wunderkind / BounceX
* Speedcurve
* Yahoo
* Bing
* Bidtellect

Upcoming features for coming releases:
– Export functionality
– Sharing capability

* DON'T FORGET to disable "Block third-party cookies" in Chrome settings (chrome://settings/content/cookies) in order to use the application!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Analytics Inspector Analytics Inspector
ID dopkjjecbigomblmonkbbadicpbehdgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/analytics-inspector/dopkjjecbigomblmonkbbadicpbehdgh
คำอธิบาย Analytics Inspector, by true-metrics.com provide an easy way to validate web analytics and marketing integration.
ขนาดไฟล์ 4.51 MB
จำนวนการติดตั้ง 758
เวอร์ชันปัจจุบัน 22.9.913
อัปเดตครั้งล่าสุด 2022-09-25
วันที่เผยแพร่ 2019-03-13
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://true-metrics.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://true-metrics.com/analytics-inspector
URL หน้าช่วยเหลือ https://true-metrics.com/support
URL หน้านโยบายความเป็นส่วนตัว https://true-metrics.com/privacy-policy
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "22.9.913",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/true-metrics.com",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAibnVGdodWXzeE9VrGkvs2eckJD\/cR1LoTmb9CzPiY1pm\/8XdMgQPTYVyuutCAWFg6PWFMUD5+i6DFNrKBPEw+pGAmpj7plsqc6mdJuU+BzpeHPUNE3KeIzOxzFhostygxwzyFVFva3M2YiZBEfZmi3yLXo9ulwPhgoWVIfU97viHlk984d1F3efIaCtnfBR4eBeG04PHm6D83Ackaf8hRw2h5pp6E6YhqMbHGqfIoVoirb4dSRYyh1Vn0Wjd8TlO1n1VlhlS0G3tRkYwut5W+kv3BBYIfrY3XFJGLRya4HmwcK0OZ8iBZfEiGWkCQWAg7Si80lo2sQmVypePTMgwmQIDAQAB",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "74",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "67.0"
        }
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "38": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png",
        "256": "\/icons\/icon-256.png"
    },
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest"
    ],
    "content_security_policy": "default-src 'self' https:\/\/truemetrics.auth0.com\/; script-src 'self' 'moz-extension:\/\/*' 'sha256-CT14jAhqs4NT5TOnbP35a3q8FnCr8Ar6tUcnnMvxnSg='; font-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/unpkg.com\/; object-src 'self'; img-src 'self' https:\/\/drwjjx8gx5r4q.cloudfront.net\/ https:\/\/lh3.googleusercontent.com\/;",
    "options_ui": {
        "chrome_style": true,
        "page": "\/frontend\/index.html#\/options"
    },
    "background": {
        "scripts": [
            "\/options-storage.js",
            "\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "\/icons\/icon-16.png",
            "38": "\/icons\/icon-48.png",
            "128": "\/icons\/icon-128.png",
            "256": "\/icons\/icon-256.png"
        },
        "default_title": "Analytics Inspector",
        "default_popup": "\/popup.html"
    },
    "devtools_page": "\/devtools-init.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "\/workers\/audit.worker.js",
        "\/workers\/request-parser.worker.js",
        "\/workers\/vendor-parser.worker.js",
        "\/AuthSuccess.html",
        "\/AuthFailed.html",
        "\/AuthLogout.html"
    ]
}