Duke2

Duke2 is unofficial tool for debugging Giosg script and rules.

Duke2คืออะไร?

Duke2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย giosg-devs และคุณลักษณะหลักของมันคือ "Duke2 is unofficial tool for debugging Giosg script and rules."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duke2

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
        }
    ]
}