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
Co to jest Adobe DTM Single Page Rules?
Adobe DTM Single Page Rules to rozszerzenie Chrome opracowane przez https://www.insightinanalytics.com, a jego główną funkcją jest „Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Adobe DTM Single Page Rules
Pobierz pliki rozszerzeń Adobe DTM Single Page Rules w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | Adobe DTM Single Page Rules |
ID | cgcffhdhdhkkbmmdmnkhlmiaimgcgign |
Oficjalny URL | https://chromewebstore.google.com/detail/adobe-dtm-single-page-rul/cgcffhdhdhkkbmmdmnkhlmiaimgcgign |
Opis | Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping |
Rozmiar pliku | 34.5 KB |
Liczba instalacji | 104 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2019-08-31 |
Data Publikacji | 2019-08-31 |
Deweloper | https://www.insightinanalytics.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.insightinanalytics.com/ |
Obsługiwane Języki | 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 } |