Piano Tag Inspector
Tag Inspector Analytics Tool
Piano Tag Inspector란 무엇입니까?
Piano Tag Inspector은(는) https://developers.atinternet-solutions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tag Inspector Analytics Tool"입니다.
확장 프로그램 스크린샷
Piano Tag Inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tag Inspector for Piano Analytics is a tool enabling you to verify the Piano Analytics tagging in place on your site. Check the values present in your Piano Analytics tags. Open Tag Inspector and go to your website. All Piano Analytics events will appear in the tool, allowing you to verify that they are functioning correctly. To go further, log in to your Piano Analytics account in order to access to more detailed information. We’re interested in getting your feedback, so please don’t hesitate to share your thoughts with us via the feedback button available in the extension.
확장 프로그램 기본 정보
이름 | Piano Tag Inspector |
ID | epdfbeoiphkaeapcohmilhmpdeilgnok |
공식 URL | https://chromewebstore.google.com/detail/piano-tag-inspector/epdfbeoiphkaeapcohmilhmpdeilgnok |
설명 | Tag Inspector Analytics Tool |
파일 크기 | 5.26 MB |
설치 횟수 | 10,403 |
현재 버전 | 2.2.1.0 |
최근 업데이트 | 2023-11-13 |
출시 날짜 | 2020-06-26 |
평점 | 5.00/5 총 17 개의 평점 |
개발자 | https://developers.atinternet-solutions.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.atinternet.com/en/data-protection/data-collection-on-our-customers-sites |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Piano Tag Inspector", "short_name": "Tag Inspector", "version": "2.2.1.0", "author": "Piano", "homepage_url": "http:\/\/www.piano.io", "description": "Tag Inspector Analytics Tool", "devtools_page": "src\/chrome\/devtools.html", "background": { "service_worker": "src\/chrome\/bg.js" }, "action": { "default_popup": "src\/chrome\/popup.html", "default_icon": "src\/images\/at-32.png" }, "icons": { "16": "src\/images\/at-16.png", "32": "src\/images\/at-32.png", "48": "src\/images\/at-48.png", "64": "src\/images\/at-64.png", "128": "src\/images\/at-128.png" }, "permissions": [ "tabs", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "minimum_chrome_version": "88" } |