Mixpanel Dashboard

A Mixpanel Dashboard for easy debug

ما هو Mixpanel Dashboard؟

Mixpanel Dashboard هو إضافة Chrome تم تطويرها بواسطة developer.qiao، والميزة الرئيسية لها هي "A Mixpanel Dashboard for easy debug".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mixpanel Dashboard

قم بتنزيل ملفات الامتداد Mixpanel Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A tool to track the mixpanel requests in your webpage during debugging the data issue. It automatically decodes the Mixpanel tag to make it easy to view. You can find the Mixpanel debugger in Developer Tools window.                    

معلومات أساسية عن التمديد

الاسم Mixpanel Dashboard Mixpanel Dashboard
ID ppejnijbncckgfbebkecipboakgnfipi
عنوان URL الرسمي https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi
الوصف A Mixpanel Dashboard for easy debug
حجم الملف 75.21 KB
عدد التثبيتات 76
النسخة الحالية 1.12
آخر تحديث 2020-03-30
تاريخ النشر 2020-03-30
المطور developer.qiao
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mixpanel Dashboard",
    "version": "1.12",
    "description": "A Mixpanel Dashboard for easy debug",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "devtools_page": "devtools.html",
    "manifest_version": 2
}