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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Adobe DTM Single Page Rules एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } |