GTM Plus
GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.
O que é GTM Plus?
GTM Plus é uma extensão do Chrome desenvolvida por TRKKN, e sua principal característica é "GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GTM Plus
Baixe arquivos de extensão GTM Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GTM Plus |
ID | agkhmbibngcehappljklokomidpcjhkj |
URL Oficial | https://chromewebstore.google.com/detail/gtm-plus/agkhmbibngcehappljklokomidpcjhkj |
Descrição | GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager. |
Tamanho do Arquivo | 30.78 KB |
Contagem de Instalações | 408 |
Versão Atual | 1.1.2 |
Última Atualização | 2023-10-12 |
Data de Publicação | 2022-12-10 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | TRKKN |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.trkkn.com/ |
Idiomas Suportados | 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" ] } |