Piano Tag Inspector

Tag Inspector Analytics Tool

Piano Tag Inspector क्या है?

Piano Tag Inspector https://developers.atinternet-solutions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tag Inspector Analytics Tool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Piano Tag Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}