GTM Plus

GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.

GTM Plus là gì?

GTM Plus là một tiện ích mở rộng Chrome được phát triển bởi TRKKN, và tính năng chính của nó là "GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.".

Ả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 Plus

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

                        Keyboard and UI shortcuts for prompting the search bar or launching the preview mode from anywhere in the interface of the GTM, thus enabling quicker and easier component editing and debugging experience. Additional hotkeys for creating and saving components. And, a button for sorting the tables with the parameters alphabetically.                    

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

Tên GTM Plus GTM Plus
ID agkhmbibngcehappljklokomidpcjhkj
URL Chính Thức https://chromewebstore.google.com/detail/gtm-plus/agkhmbibngcehappljklokomidpcjhkj
Mô tả GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.
Kích Thước Tệp 30.78 KB
Số Lần Cài Đặt 408
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-10-12
Ngày Phát Hành 2022-12-10
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển TRKKN
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.trkkn.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTM Plus",
    "description": "GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.",
    "version": "1.1.2",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/tagmanager.google.com\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tagmanager.google.com\/*"
            ],
            "js": [
                "scripts\/content-script.js",
                "scripts\/sort-icon-inner-html.js",
                "scripts\/floating-controls-html.js"
            ],
            "css": [
                "css\/content-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/16x16px.png",
        "32": "images\/32x32px.png",
        "48": "images\/48x48px.png",
        "128": "images\/128x128px.png"
    },
    "permissions": [
        "storage"
    ]
}