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”。
扩展截图
下载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 |
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" } |