GTM Plus
GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.
¿Qué es GTM Plus?
GTM Plus es una extensión de Chrome desarrollada por TRKKN, y su función principal es "GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GTM Plus
Descarga archivos de extensión GTM Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | GTM Plus |
ID | agkhmbibngcehappljklokomidpcjhkj |
URL Oficial | https://chromewebstore.google.com/detail/gtm-plus/agkhmbibngcehappljklokomidpcjhkj |
Descripción | GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager. |
Tamaño del Archivo | 30.78 KB |
Cantidad de Instalaciones | 408 |
Versión Actual | 1.1.2 |
Última Actualización | 2023-10-12 |
Fecha de Publicación | 2022-12-10 |
Calificación | 5.00/5 Total de 8 Calificaciones |
Desarrollador | TRKKN |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://www.trkkn.com/ |
Idiomas Soportados | 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" ] } |