Analytics Consulting Tools

The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate.

Analytics Consulting Toolsคืออะไร?

Analytics Consulting Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tagtician LLC และคุณลักษณะหลักของมันคือ "The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate."

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

screenshot
screenshot

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

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

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

                        Analytics Consulting Tools (ACT) makes the interface of Adobe Launch and Google Tag Manager (GTM) infinitely better by modifying its CSS. In Launch, naming rules is easier, spotting disabled rules is quick, and input fields are longer. In Google Tag Manager, you can toggle color-coding for your tags' tools, making your tag list easier to skim. You won't want to use Adobe Launch or GTM without it.                    

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

ชื่อ Analytics Consulting Tools Analytics Consulting Tools
ID gcoendnefeheadmoidembdncjohflakd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/analytics-consulting-tool/gcoendnefeheadmoidembdncjohflakd
คำอธิบาย The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate.
ขนาดไฟล์ 91.59 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-08-23
วันที่เผยแพร่ 2020-06-25
ผู้พัฒนา Tagtician LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Analytics Consulting Tools",
    "version": "2.0",
    "description": "The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tagmanager.google.com\/*",
                "https:\/\/launch.adobe.com\/*",
                "https:\/\/assets.adobedtm.com\/extensions\/*",
                "https:\/\/experience.adobe.com\/*"
            ],
            "js": [
                "js\/assets.js"
            ],
            "all_frames": true,
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/act_16x16.png",
        "48": "img\/act_48x48.png",
        "128": "img\/act_128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "img\/edit.png",
        "img\/correct.png",
        "img\/copy.png",
        "img\/beach-ball.png"
    ]
}