Tagtician: Adobe Launch & DTM Debugger

Tagtician is an Adobe Launch/DTM debugger. Export and view entire TMS libraries in a simple, consolidated view.

Tagtician: Adobe Launch & DTM Debugger क्या है?

Tagtician: Adobe Launch & DTM Debugger https://tagtician.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tagtician is an Adobe Launch/DTM debugger. Export and view entire TMS libraries in a simple, consolidated view."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tagtician: Adobe Launch & DTM Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tagtician is the first and only tag management companion and debugger for Adobe Launch and DTM (Dynamic Tag Manager). Debug Adobe Launch and DTM rules, search for that elusive marketing pixel, and view/export ENTIRE tracking libraries. Tagtician also makes it easy to toggle between your staging and production libraries.

See our privacy policy here: http://tagtician.com/privacypolicy.htm                    

एक्सटेंशन की मूल जानकारी

नाम Tagtician: Adobe Launch & DTM Debugger Tagtician: Adobe Launch & DTM Debugger
ID hiaoiehpkillodoeillmodjcadmfmcbg
आधिकारिक URL https://chromewebstore.google.com/detail/tagtician-adobe-launch-dt/hiaoiehpkillodoeillmodjcadmfmcbg
विवरण Tagtician is an Adobe Launch/DTM debugger. Export and view entire TMS libraries in a simple, consolidated view.
फ़ाइल का आकार 228 KB
स्थापना संख्या 4,863
वर्तमान संस्करण 1.133
अंतिम अपडेट 2021-08-25
प्रकाशन तिथि 2019-11-05
रेटिंग 4.74/5 कुल 23 रेटिंग्स
डेवलपर https://tagtician.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tagtician.com
सहायता पृष्ठ URL http://tagtician.com/privacypolicy.htm
गोपनीयता नीति पृष्ठ URL http://tagtician.com/privacypolicy.htm
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagtician: Adobe Launch & DTM Debugger",
    "short_name": "Tagtician",
    "version": "1.133",
    "description": "Tagtician is an Adobe Launch\/DTM debugger. Export and view entire TMS libraries in a simple, consolidated view.",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/tag_16x16.png",
        "48": "img\/tag_48x48.png",
        "128": "img\/tag_128x128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/inserted-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/launchDebug.js"
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2lOvaXIYkfXI4FtkpCAkyOWQb3tkiniU+s1SV4yLVeLjZLq+hroMJBEs3e2z+rEz0xQhG0+KOTnyu0Knn3zI+GF+7NcxUttMfRIrYYPvOEZH52DkBvsEU4bkjlY1uA4Avo4DQNpK3EX\/8k87LkWeMFuopSaHBkrUoM9eIjCkZfE1LIE2Cx984D5M6FtwYSl1soRPQjH6OV3a0ozvC64X+y27qlVzoEQH1M5QrUPhYGtg3yvIgz0ulhpoq61bKP7ZPqShAga1CwQV6IXbCklqKb+NkhJCm49Fy8rVjYbBhdPy66\/y5imh7PSOxi9v6qRgeDq0hOLatE75QDDJBF+ufQIDAQAB",
    "web_accessible_resources": [
        "js\/content.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}