GTM Debug Down

Keep GTM debug pane down while on preview mode as your preference.

GTM Debug Down là gì?

GTM Debug Down là một tiện ích mở rộng Chrome được phát triển bởi Paul O'Gorman, và tính năng chính của nó là "Keep GTM debug pane down while on preview mode as your preference.".

Ả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 GTM Debug Down

Tải xuống các tệp mở rộng GTM Debug Down 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

                        If you're like me, sometimes I need to preview Google Tag Manager (GTM) changes without the debug pane being visible. Hopefully this will help you like it helped me...                    

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

Tên GTM Debug Down GTM Debug Down
ID jkafjapgjmbbgkigffbflbffmenhallh
URL Chính Thức https://chromewebstore.google.com/detail/gtm-debug-down/jkafjapgjmbbgkigffbflbffmenhallh
Mô tả Keep GTM debug pane down while on preview mode as your preference.
Kích Thước Tệp 11.65 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-02-05
Ngày Phát Hành 2019-02-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Paul O'Gorman
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTM Debug Down",
    "version": "0.1",
    "permissions": [
        "activeTab"
    ],
    "description": "Keep GTM debug pane down while on preview mode as your preference.",
    "browser_action": {
        "default_title": "GTM Debug Down",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/img16.png",
        "32": "images\/img32.png",
        "48": "images\/img48.png",
        "128": "images\/img128.png"
    }
}