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是由https://www.insightinanalytics.com開發的Chrome擴展程式,該擴展的主要功能是“Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping”。

擴展截圖

screenshot
screenshot

下載Adobe DTM Single Page Rules擴展crx文件

下載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
官方網址 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
}