Digital Data Layer Debugger

This extension helps to debug Digital Data Layer events

Qu'est-ce que Digital Data Layer Debugger ?

Digital Data Layer Debugger est une extension Chrome développée par Driveback LLC, et sa fonction principale est "This extension helps to debug Digital Data Layer events".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Digital Data Layer Debugger

Téléchargez les fichiers d'extension Digital Data Layer Debugger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Digital Data Layer Debugger Digital Data Layer Debugger
ID peofclkoddjlmccahdlpkejefgangbpk
URL Officiel https://chromewebstore.google.com/detail/digital-data-layer-debugg/peofclkoddjlmccahdlpkejefgangbpk
Description This extension helps to debug Digital Data Layer events
Taille du Fichier 66.02 KB
Nombre d'Installations 432
Version Actuelle 1.0
Dernière Mise à Jour 2016-04-14
Date de Publication 2016-04-14
Développeur Driveback LLC
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://digitaldata.readme.io
Langues Prises en Charge 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\/"
    ]
}