Commanders Act Assistant

Commanders Act Assistant helps to troubleshoot TagCommander implementation and more

Commanders Act Assistantとは何ですか?

Commanders Act AssistantはTagCommanderによって開発されたChromeの拡張機能で、その主な機能は「Commanders Act Assistant helps to troubleshoot TagCommander implementation and more」です。

拡張機能のスクリーンショット

screenshot

Commanders Act Assistant拡張機能のCRXファイルをダウンロード

Commanders Act Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}