Duke2

Duke2 is unofficial tool for debugging Giosg script and rules.

Duke2 là gì?

Duke2 là một tiện ích mở rộng Chrome được phát triển bởi giosg-devs, và tính năng chính của nó là "Duke2 is unofficial tool for debugging Giosg script and rules.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Duke2

Tải xuống các tệp mở rộng Duke2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Duke2 Duke2
ID iifamjgkehmognbeennlgodmkeddfipm
URL Chính Thức https://chromewebstore.google.com/detail/duke2/iifamjgkehmognbeennlgodmkeddfipm
Mô tả Duke2 is unofficial tool for debugging Giosg script and rules.
Kích Thước Tệp 1.67 MB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-09-03
Ngày Phát Hành 2020-09-03
Nhà Phát Triển giosg-devs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://giosg.com
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}