Duke2

Duke2 is unofficial tool for debugging Giosg script and rules.

Duke2 क्या है?

Duke2 giosg-devs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Duke2 is unofficial tool for debugging Giosg script and rules."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Duke2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Duke2 Duke2
ID iifamjgkehmognbeennlgodmkeddfipm
आधिकारिक URL https://chromewebstore.google.com/detail/duke2/iifamjgkehmognbeennlgodmkeddfipm
विवरण Duke2 is unofficial tool for debugging Giosg script and rules.
फ़ाइल का आकार 1.67 MB
स्थापना संख्या 51
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2020-09-03
प्रकाशन तिथि 2020-09-03
डेवलपर giosg-devs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://giosg.com
समर्थित भाषाएँ 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
        }
    ]
}