Adobe DTM Single Page Rules

Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping

Adobe DTM Single Page Rulesคืออะไร?

Adobe DTM Single Page Rules เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.insightinanalytics.com และคุณลักษณะหลักของมันคือ "Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adobe DTM Single Page Rules

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

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

                        Adobe Dynamic Tag Management doesn't allow you to view all of your rules and data elements on a single page, instead forcing clunky pagination. It also clips the names you've set for your rules and data elements.

This plugin allows for all Adobe Dynamic Tag Management rules and data elements to be viewable on a single page, and fixes rule and element name clipping.

http://www.insightinanalytics.com/adobe-dtm-single-page-rules-chrome-browser-extension/                    

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

ชื่อ Adobe DTM Single Page Rules Adobe DTM Single Page Rules
ID cgcffhdhdhkkbmmdmnkhlmiaimgcgign
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adobe-dtm-single-page-rul/cgcffhdhdhkkbmmdmnkhlmiaimgcgign
คำอธิบาย Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping
ขนาดไฟล์ 34.5 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2019-08-31
วันที่เผยแพร่ 2019-08-31
ผู้พัฒนา https://www.insightinanalytics.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.insightinanalytics.com/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adobe DTM Single Page Rules",
    "version": "1.4",
    "description": "Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/dtm.adobe.com\/*\/event_based_rules",
                "https:\/\/dtm.adobe.com\/*\/page_load_rules",
                "https:\/\/dtm.adobe.com\/*\/direct_call_rules",
                "https:\/\/dtm.adobe.com\/*\/data_elements"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}