Commanders Act Assistant

Commanders Act Assistant helps to troubleshoot TagCommander implementation and more

Commanders Act Assistant là gì?

Commanders Act Assistant là một tiện ích mở rộng Chrome được phát triển bởi TagCommander, và tính năng chính của nó là "Commanders Act Assistant helps to troubleshoot TagCommander implementation and more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Commanders Act Assistant

Tải xuống các tệp mở rộng Commanders Act Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Commanders Act Assistant Commanders Act Assistant
ID lfaifjhjdolnpnlgeohohaalbeidhlpj
URL Chính Thức https://chromewebstore.google.com/detail/commanders-act-assistant/lfaifjhjdolnpnlgeohohaalbeidhlpj
Mô tả Commanders Act Assistant helps to troubleshoot TagCommander implementation and more
Kích Thước Tệp 405 KB
Số Lần Cài Đặt 6,520
Phiên Bản Hiện Tại 1.2.10
Cập Nhật Lần Cuối 2020-11-10
Ngày Phát Hành 2019-08-20
Đánh Giá 4.56/5 Tổng số 25 Đánh Giá
Nhà Phát Triển TagCommander
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.commandersact.com
URL Trang Chính Sách Bảo Mật https://www.commandersact.com/en/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}