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
官方網址 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"
}