Piano Tag Inspector
Tag Inspector Analytics Tool
ما هو Piano Tag Inspector؟
Piano Tag Inspector هو إضافة Chrome تم تطويرها بواسطة https://developers.atinternet-solutions.com، والميزة الرئيسية لها هي "Tag Inspector Analytics Tool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Piano Tag Inspector
قم بتنزيل ملفات الامتداد Piano Tag Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" } |