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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |