Mixpanel People Export

Export mixpanel people queries to CSV.

Apa itu Mixpanel People Export?

Mixpanel People Export adalah ekstensi Chrome yang dikembangkan oleh callahanrts, dan fitur utamanya adalah "Export mixpanel people queries to CSV.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mixpanel People Export

Unduh file ekstensi Mixpanel People Export dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Mixpanel People Export Mixpanel People Export
ID agiphbdajhopgbebkliclhehapifkdok
URL Resmi https://chromewebstore.google.com/detail/mixpanel-people-export/agiphbdajhopgbebkliclhehapifkdok
Deskripsi Export mixpanel people queries to CSV.
Ukuran File 33.6 KB
Jumlah Instalasi 81
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2016-01-19
Tanggal Publikasi 2016-01-18
Penilaian 4.27/5 Total 11 Penilaian
Pengembang callahanrts
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}