GTM Plus

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

Co je GTM Plus?

GTM Plus je rozšíření Chrome vyvinuté TRKKN, a jeho hlavní funkcí je „GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GTM Plus

Stáhněte si soubory rozšíření GTM Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GTM Plus GTM Plus
ID agkhmbibngcehappljklokomidpcjhkj
Oficiální URL https://chromewebstore.google.com/detail/gtm-plus/agkhmbibngcehappljklokomidpcjhkj
Popis GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.
Velikost souboru 30.78 KB
Počet instalací 408
Aktuální Verze 1.1.2
Poslední Aktualizace 2023-10-12
Datum Vydání 2022-12-10
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář TRKKN
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.trkkn.com/
Podporované Jazyky 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"
    ]
}