Mixpanel People Export

Export mixpanel people queries to CSV.

Mixpanel People Export क्या है?

Mixpanel People Export callahanrts द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export mixpanel people queries to CSV."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mixpanel People Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Mixpanel People Export Mixpanel People Export
ID agiphbdajhopgbebkliclhehapifkdok
आधिकारिक URL https://chromewebstore.google.com/detail/mixpanel-people-export/agiphbdajhopgbebkliclhehapifkdok
विवरण Export mixpanel people queries to CSV.
फ़ाइल का आकार 33.6 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2016-01-19
प्रकाशन तिथि 2016-01-18
रेटिंग 4.27/5 कुल 11 रेटिंग्स
डेवलपर callahanrts
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}