Commanders Act Assistant

Commanders Act Assistant helps to troubleshoot TagCommander implementation and more

Commanders Act Assistant क्या है?

Commanders Act Assistant TagCommander द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Commanders Act Assistant helps to troubleshoot TagCommander implementation and more"।

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

screenshot

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

crx प्रारूप में Commanders Act Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Commanders Act Assistant helps you verify that your technical team has implemented the container(s) and the datalayer correctly on your page. Just navigate to any page and TagCommander Assistant will tell you which container(s) and tags are present, which variables are present with their value, which cookies are used and which hits and scripts are called. TagCommander Assistant also provides the ability to switch from one version of container to another in order to simulate a new or old container version in a LIVE environment.                    

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

नाम Commanders Act Assistant Commanders Act Assistant
ID lfaifjhjdolnpnlgeohohaalbeidhlpj
आधिकारिक URL https://chromewebstore.google.com/detail/commanders-act-assistant/lfaifjhjdolnpnlgeohohaalbeidhlpj
विवरण Commanders Act Assistant helps to troubleshoot TagCommander implementation and more
फ़ाइल का आकार 405 KB
स्थापना संख्या 6,520
वर्तमान संस्करण 1.2.10
अंतिम अपडेट 2020-11-10
प्रकाशन तिथि 2019-08-20
रेटिंग 4.56/5 कुल 25 रेटिंग्स
डेवलपर TagCommander
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.commandersact.com
गोपनीयता नीति पृष्ठ URL https://www.commandersact.com/en/privacy
समर्थित भाषाएँ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/panelBackground.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Commanders Act Assistant"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/panelContent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/taglistener.js"
    ],
    "name": "Commanders Act Assistant",
    "description": "Commanders Act Assistant helps to troubleshoot TagCommander implementation and more",
    "homepage_url": "http:\/\/www.commandersact.com",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "storage",
        "notifications",
        "alarms"
    ],
    "version": "1.2.10",
    "manifest_version": 2,
    "devtools_page": "devtools.html"
}