Piano Tag Inspector

Tag Inspector Analytics Tool

Qu'est-ce que Piano Tag Inspector ?

Piano Tag Inspector est une extension Chrome développée par https://developers.atinternet-solutions.com, et sa fonction principale est "Tag Inspector Analytics Tool".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Piano Tag Inspector

Téléchargez les fichiers d'extension Piano Tag Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Piano Tag Inspector Piano Tag Inspector
ID epdfbeoiphkaeapcohmilhmpdeilgnok
URL Officiel https://chromewebstore.google.com/detail/piano-tag-inspector/epdfbeoiphkaeapcohmilhmpdeilgnok
Description Tag Inspector Analytics Tool
Taille du Fichier 5.26 MB
Nombre d'Installations 10,403
Version Actuelle 2.2.1.0
Dernière Mise à Jour 2023-11-13
Date de Publication 2020-06-26
Évaluation 5.00/5 Total 17 Évaluations
Développeur https://developers.atinternet-solutions.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.atinternet.com/en/data-protection/data-collection-on-our-customers-sites
Langues Prises en Charge 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"
}