Adobe DTM Single Page Rules
Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping
Adobe DTM Single Page Rulesとは何ですか?
Adobe DTM Single Page Rulesはhttps://www.insightinanalytics.comによって開発されたChromeの拡張機能で、その主な機能は「Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping」です。
拡張機能のスクリーンショット
Adobe DTM Single Page Rules拡張機能のCRXファイルをダウンロード
Adobe DTM Single Page Rules拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adobe Dynamic Tag Management doesn't allow you to view all of your rules and data elements on a single page, instead forcing clunky pagination. It also clips the names you've set for your rules and data elements. This plugin allows for all Adobe Dynamic Tag Management rules and data elements to be viewable on a single page, and fixes rule and element name clipping. http://www.insightinanalytics.com/adobe-dtm-single-page-rules-chrome-browser-extension/
拡張機能の基本情報
名前 | Adobe DTM Single Page Rules |
ID | cgcffhdhdhkkbmmdmnkhlmiaimgcgign |
公式URL | https://chromewebstore.google.com/detail/adobe-dtm-single-page-rul/cgcffhdhdhkkbmmdmnkhlmiaimgcgign |
説明 | Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping |
ファイルサイズ | 34.5 KB |
インストール数 | 104 |
現在のバージョン | 1.4 |
最終更新日 | 2019-08-31 |
公開日 | 2019-08-31 |
開発者 | https://www.insightinanalytics.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.insightinanalytics.com/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adobe DTM Single Page Rules", "version": "1.4", "description": "Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping", "content_scripts": [ { "run_at": "document_idle", "js": [ "jquery-2.2.4.min.js", "content.js" ], "matches": [ "https:\/\/dtm.adobe.com\/*\/event_based_rules", "https:\/\/dtm.adobe.com\/*\/page_load_rules", "https:\/\/dtm.adobe.com\/*\/direct_call_rules", "https:\/\/dtm.adobe.com\/*\/data_elements" ] } ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |