Mixpanel People Export
Export mixpanel people queries to CSV.
Vad är Mixpanel People Export?
Mixpanel People Export är en Chrome-tillägg utvecklad av callahanrts, och dess huvudfunktion är "Export mixpanel people queries to CSV.".
Tilläggsskärmbilder
Ladda ner Mixpanel People Export-förlängningens CRX-fil
Ladda ner Mixpanel People Export-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | Mixpanel People Export |
ID | agiphbdajhopgbebkliclhehapifkdok |
Officiell webbadress | https://chromewebstore.google.com/detail/mixpanel-people-export/agiphbdajhopgbebkliclhehapifkdok |
Beskrivning | Export mixpanel people queries to CSV. |
Filstorlek | 33.6 KB |
Antal Installationer | 81 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2016-01-19 |
Publiceringsdatum | 2016-01-18 |
Betyg | 4.27/5 Totalt 11 Betyg |
Utvecklare | callahanrts |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |