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 |
Eメール | [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" ] } |