Piano Tag Inspector
Tag Inspector Analytics Tool
Was ist Piano Tag Inspector?
Piano Tag Inspector ist eine Chrome-Erweiterung, die von https://developers.atinternet-solutions.com entwickelt wurde, und ihr Hauptmerkmal ist "Tag Inspector Analytics Tool".
Erweiterungsscreenshots
Piano Tag Inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Piano Tag Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Piano Tag Inspector |
ID | epdfbeoiphkaeapcohmilhmpdeilgnok |
Offizielle URL | https://chromewebstore.google.com/detail/piano-tag-inspector/epdfbeoiphkaeapcohmilhmpdeilgnok |
Beschreibung | Tag Inspector Analytics Tool |
Dateigröße | 5.26 MB |
Installationsanzahl | 10,403 |
Aktuelle Version | 2.2.1.0 |
Letztes Update | 2023-11-13 |
Veröffentlichungsdatum | 2020-06-26 |
Bewertung | 5.00/5 Insgesamt 17 Bewertungen |
Entwickler | https://developers.atinternet-solutions.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.atinternet.com/en/data-protection/data-collection-on-our-customers-sites |
Unterstützte Sprachen | 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" } |