GTM Plus
GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.
Was ist GTM Plus?
GTM Plus ist eine Chrome-Erweiterung, die von TRKKN entwickelt wurde, und ihr Hauptmerkmal ist "GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.".
Erweiterungsscreenshots
GTM Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie GTM Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | GTM Plus |
ID | agkhmbibngcehappljklokomidpcjhkj |
Offizielle URL | https://chromewebstore.google.com/detail/gtm-plus/agkhmbibngcehappljklokomidpcjhkj |
Beschreibung | GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager. |
Dateigröße | 30.78 KB |
Installationsanzahl | 408 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2023-10-12 |
Veröffentlichungsdatum | 2022-12-10 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | TRKKN |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://www.trkkn.com/ |
Unterstützte Sprachen | 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" ] } |