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
}