Mixpanel Dashboard

A Mixpanel Dashboard for easy debug

Mixpanel Dashboard là gì?

Mixpanel Dashboard là một tiện ích mở rộng Chrome được phát triển bởi developer.qiao, và tính năng chính của nó là "A Mixpanel Dashboard for easy debug".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mixpanel Dashboard

Tải xuống các tệp mở rộng Mixpanel Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mixpanel Dashboard Mixpanel Dashboard
ID ppejnijbncckgfbebkecipboakgnfipi
URL Chính Thức https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi
Mô tả A Mixpanel Dashboard for easy debug
Kích Thước Tệp 75.21 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2020-03-30
Ngày Phát Hành 2020-03-30
Nhà Phát Triển developer.qiao
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}