Duke2

Duke2 is unofficial tool for debugging Giosg script and rules.

什麼是Duke2?

Duke2是由giosg-devs開發的Chrome擴展程式,該擴展的主要功能是“Duke2 is unofficial tool for debugging Giosg script and rules.”。

擴展截圖

screenshot
screenshot

下載Duke2擴展crx文件

下載Duke2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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