GTM Plus
GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.
什么是GTM Plus?
GTM Plus是由TRKKN开发的Chrome扩展程序,该扩展的主要功能是“GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.”。
扩展截图
下载GTM Plus扩展crx文件
下载GTM Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | GTM Plus |
ID | agkhmbibngcehappljklokomidpcjhkj |
官方URL | https://chromewebstore.google.com/detail/gtm-plus/agkhmbibngcehappljklokomidpcjhkj |
简介 | GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager. |
文件大小 | 30.78 KB |
安装次数 | 408 |
当前版本 | 1.1.2 |
更新时间 | 2023-10-12 |
上架时间 | 2022-12-10 |
评分 | 5.00/5 共8次评分 |
开发者 | TRKKN |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.trkkn.com/ |
支持的语言 | 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" ] } |