Mixpanel People Export
Export mixpanel people queries to CSV.
什么是Mixpanel People Export?
Mixpanel People Export是由callahanrts开发的Chrome扩展程序,该扩展的主要功能是“Export mixpanel people queries to CSV.”。
扩展截图
下载Mixpanel People Export扩展crx文件
下载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 |
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" ] } |