Mixpanel People Export

Export mixpanel people queries to CSV.

Wat is Mixpanel People Export?

Mixpanel People Export is een Chrome-extensie ontwikkeld door callahanrts, en de belangrijkste functie is "Export mixpanel people queries to CSV.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mixpanel People Export

Download Mixpanel People Export-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension adds an "Export Group" button to Mixpanel People. When the button is pressed, the current mixpanel view will be downloaded as a CSV. 



Big thanks to the Export Mixpanel People bookmarklet (https://github.com/FGRibreau/mixpanel_export_people).                    

Basisinformatie over de Extensie

Naam Mixpanel People Export Mixpanel People Export
ID agiphbdajhopgbebkliclhehapifkdok
Officiële URL https://chromewebstore.google.com/detail/mixpanel-people-export/agiphbdajhopgbebkliclhehapifkdok
Beschrijving Export mixpanel people queries to CSV.
Bestandsgrootte 33.6 KB
Aantal Installaties 81
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-01-19
Publicatiedatum 2016-01-18
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar callahanrts
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mixpanel People Export",
    "description": "Export mixpanel people queries to CSV.",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mixpanel.com\/*explore*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "export-button.js",
        "jquery.js"
    ]
}