Piano Tag Inspector

Tag Inspector Analytics Tool

什么是Piano Tag Inspector?

Piano Tag Inspector是由https://developers.atinternet-solutions.com开发的Chrome扩展程序,该扩展的主要功能是“Tag Inspector Analytics Tool”。

扩展截图

screenshot
screenshot

下载Piano Tag Inspector扩展crx文件

下载Piano Tag Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}