GTM Plus

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

Qu'est-ce que GTM Plus ?

GTM Plus est une extension Chrome développée par TRKKN, et sa fonction principale est "GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GTM Plus

Téléchargez les fichiers d'extension GTM Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GTM Plus GTM Plus
ID agkhmbibngcehappljklokomidpcjhkj
URL Officiel https://chromewebstore.google.com/detail/gtm-plus/agkhmbibngcehappljklokomidpcjhkj
Description GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.
Taille du Fichier 30.78 KB
Nombre d'Installations 408
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-10-12
Date de Publication 2022-12-10
Évaluation 5.00/5 Total 8 Évaluations
Développeur TRKKN
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.trkkn.com/
Langues Prises en Charge 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"
    ]
}