Duke2

Duke2 is unofficial tool for debugging Giosg script and rules.

Was ist Duke2?

Duke2 ist eine Chrome-Erweiterung, die von giosg-devs entwickelt wurde, und ihr Hauptmerkmal ist "Duke2 is unofficial tool for debugging Giosg script and rules.".

Erweiterungsscreenshots

screenshot
screenshot

Duke2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Duke2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Unofficial helper tool for Giosg Visitor debugging.

With Duke you can check and validate that your Giosg configuration has been done properly.

Currently supports Rules and Shopping Cart.                    

Grundlegende Informationen zur Erweiterung

Name Duke2 Duke2
ID iifamjgkehmognbeennlgodmkeddfipm
Offizielle URL https://chromewebstore.google.com/detail/duke2/iifamjgkehmognbeennlgodmkeddfipm
Beschreibung Duke2 is unofficial tool for debugging Giosg script and rules.
Dateigröße 1.67 MB
Installationsanzahl 51
Aktuelle Version 1.0.2
Letztes Update 2020-09-03
Veröffentlichungsdatum 2020-09-03
Entwickler giosg-devs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://giosg.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duke2",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Duke",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": []
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "http:\/\/fonts.googleapis.com\/",
        "scripts\/postmessagelistener.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}