Mixpanel People Export

Export mixpanel people queries to CSV.

Mixpanel People Exportคืออะไร?

Mixpanel People Export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย callahanrts และคุณลักษณะหลักของมันคือ "Export mixpanel people queries to CSV."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mixpanel People Export

ดาวน์โหลดไฟล์ส่วนขยาย Mixpanel People Export ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}