Mixpanel People Export

Export mixpanel people queries to CSV.

What is Mixpanel People Export?

Mixpanel People Export is a Chrome extension developed by callahanrts, and its main feature is "Export mixpanel people queries to CSV.".

Extension Screenshots

screenshot

Download Mixpanel People Export Extension CRX File

Download Mixpanel People Export extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Mixpanel People Export Mixpanel People Export
ID agiphbdajhopgbebkliclhehapifkdok
Official URL https://chromewebstore.google.com/detail/mixpanel-people-export/agiphbdajhopgbebkliclhehapifkdok
Description Export mixpanel people queries to CSV.
File Size 33.6 KB
Installation Count 81
Current Version 1.0.3
Last Updated 2016-01-19
Publish Date 2016-01-18
Rating 4.27/5 Total 11 Ratings
Developer callahanrts
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}