Digital Data Layer Debugger

This extension helps to debug Digital Data Layer events

Digital Data Layer Debuggerとは何ですか?

Digital Data Layer DebuggerはDriveback LLCによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to debug Digital Data Layer events」です。

拡張機能のスクリーンショット

screenshot

Digital Data Layer Debugger拡張機能のCRXファイルをダウンロード

Digital Data Layer Debugger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension helps to debug Digital Data Layer and see notification about all events in real time.                    

拡張機能の基本情報

名前 Digital Data Layer Debugger Digital Data Layer Debugger
ID peofclkoddjlmccahdlpkejefgangbpk
公式URL https://chromewebstore.google.com/detail/digital-data-layer-debugg/peofclkoddjlmccahdlpkejefgangbpk
説明 This extension helps to debug Digital Data Layer events
ファイルサイズ 66.02 KB
インストール数 432
現在のバージョン 1.0
最終更新日 2016-04-14
公開日 2016-04-14
開発者 Driveback LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://digitaldata.readme.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Digital Data Layer Debugger",
    "description": "This extension helps to debug Digital Data Layer events",
    "version": "1.0",
    "author": "Driveback LLC",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "jquery.growl.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.growl.js",
                "deep-diff.js",
                "debugger.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/off16.png",
            "48": "icons\/off48.png",
            "128": "icons\/off128.png"
        },
        "default_title": "icon"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "https:\/\/ajax.googleapis.com\/"
    ]
}