Mixpanel Dashboard

A Mixpanel Dashboard for easy debug

什么是Mixpanel Dashboard?

Mixpanel Dashboard是由developer.qiao开发的Chrome扩展程序,该扩展的主要功能是“A Mixpanel Dashboard for easy debug”。

扩展截图

screenshot

下载Mixpanel Dashboard扩展crx文件

下载Mixpanel Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}