Mixpanel Dashboard

A Mixpanel Dashboard for easy debug

Vad är Mixpanel Dashboard?

Mixpanel Dashboard är en Chrome-tillägg utvecklad av developer.qiao, och dess huvudfunktion är "A Mixpanel Dashboard for easy debug".

Tilläggsskärmbilder

screenshot

Ladda ner Mixpanel Dashboard-förlängningens CRX-fil

Ladda ner Mixpanel Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mixpanel Dashboard Mixpanel Dashboard
ID ppejnijbncckgfbebkecipboakgnfipi
Officiell webbadress https://chromewebstore.google.com/detail/mixpanel-dashboard/ppejnijbncckgfbebkecipboakgnfipi
Beskrivning A Mixpanel Dashboard for easy debug
Filstorlek 75.21 KB
Antal Installationer 76
Aktuell Version 1.12
Senast Uppdaterad 2020-03-30
Publiceringsdatum 2020-03-30
Utvecklare developer.qiao
Betalningssätt free
Stödda Språk 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
}