Adswerve - dataLayer Inspector+

DataLayer Tools for Digital Analysts

Adswerve - dataLayer Inspector+คืออะไร?

Adswerve - dataLayer Inspector+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adswerve และคุณลักษณะหลักของมันคือ "DataLayer Tools for Digital Analysts"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adswerve - dataLayer Inspector+

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

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

                        The Adswerve dataLayer Inspector+ is a tool kit of utilities for a digital analyst. 

Inspect Google Analytics activity
- Monitor the dataLayer in real time
- See the Google Analytics hits in the console, as they happen
- Evaluate common dataLayer pushes formats; events and ecommmerce

Insert additional resources in the page
- Push a dataLayer message for setup
- Add a GTM container to test it
- Insert code into the page to monitor and modify
- Block scripts from loading and swap with other scripts

How to use the dataLayer Inspector+:
https://www.adswerve.com/blog/adswerve-data-layer-inspector-2/                    

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

ชื่อ Adswerve - dataLayer Inspector+ Adswerve - dataLayer Inspector+
ID kmcbdogdandhihllalknlcjfpdjcleom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adswerve-datalayer-inspec/kmcbdogdandhihllalknlcjfpdjcleom
คำอธิบาย DataLayer Tools for Digital Analysts
ขนาดไฟล์ 629 KB
จำนวนการติดตั้ง 90,140
เวอร์ชันปัจจุบัน 2022.07.20.1
อัปเดตครั้งล่าสุด 2022-07-20
วันที่เผยแพร่ 2019-12-08
คะแนน 4.68/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา Adswerve
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.adswerve.com
URL หน้าช่วยเหลือ https://adswerve.com/tools/adswerve-data-layer-inspector-2/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adswerve - dataLayer Inspector+",
    "version": "2022.07.20.1",
    "description": "DataLayer Tools for Digital Analysts",
    "icons": {
        "16": "images\/AdSwerve_Badge_WhiteBorder_PMS_16.png",
        "48": "images\/AdSwerve_Badge_WhiteBorder_PMS_48.png",
        "128": "images\/AdSwerve_Badge_WhiteBorder_PMS_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_as_on.png",
        "default_title": "Adswerve - dataLayer Inspector+",
        "default_popup": "Popup_Main.html"
    },
    "author": "Jeff Pierce",
    "background": {
        "scripts": [
            "js\/background_ctrl.js",
            "js\/background_net.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "css\/Content_GTM_Injector.css"
            ],
            "js": [
                "js\/data_adobe.js",
                "js\/data_ga.js",
                "js\/data_gmp.js",
                "js\/GTM_Inserter_Content.js",
                "js\/dlc.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/adswerve-logo.svg",
        "images\/wheresMyData.png",
        "images\/tealium_favicon.ico",
        "images\/jsonld_favicon.ico",
        "images\/ibm_favicon.ico",
        "images\/segment_favicon.png",
        "images\/conde_nast_favicon-16x16.png",
        "images\/google_favicon.ico",
        "images\/adobe_favicon.ico",
        "images\/facebook_favicon.png",
        "images\/analytics_standard_icon.png",
        "images\/mparticle_favicon.ico",
        "images\/doubleclick-logo.png",
        "images\/AdSwerve_Badge_WhiteBorder_PMS_48.png",
        "images\/AdSwerve_Badge_WhiteBorder_PMS_16.png",
        "js\/a.js",
        "js\/dls.js",
        "js\/DL_Inspector_Frame.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*.google.com\/",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}