Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthur-mdn/extractetsyebaywoocommerceorderstocsv
A chrome extension to extract all orders and their shipping address from Etsy eBay and Woocommerce.
https://github.com/arthur-mdn/extractetsyebaywoocommerceorderstocsv
ebay-csv ebay-scraper etsy etsy-csv etsy-scraper etsy-seller etsy-tools export-ebay-orders export-etsy export-etsy-orders export-woocommerce-orders extension-chrome plugin woocommerce-csv woocommerce-scraper
Last synced: 24 days ago
JSON representation
A chrome extension to extract all orders and their shipping address from Etsy eBay and Woocommerce.
- Host: GitHub
- URL: https://github.com/arthur-mdn/extractetsyebaywoocommerceorderstocsv
- Owner: arthur-mdn
- Created: 2024-06-21T20:40:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T18:21:15.000Z (6 months ago)
- Last Synced: 2024-12-12T02:45:31.309Z (24 days ago)
- Topics: ebay-csv, ebay-scraper, etsy, etsy-csv, etsy-scraper, etsy-seller, etsy-tools, export-ebay-orders, export-etsy, export-etsy-orders, export-woocommerce-orders, extension-chrome, plugin, woocommerce-csv, woocommerce-scraper
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extract Etsy, eBay and WooCommerce orders to CSV
A chrome extension to extract all orders details from Etsy, eBay and WordPress WooCommerce. Store them in a local storage and copy them to your clipboard easily.
You can then export the data to a CSV file. Choose which fields you want to export in the settings Tab.
![Preview](https://raw.githubusercontent.com/arthur-mdn/extract-etsy-orders-shipping-address/main/popup/elements/plugin-screen.png)
## Description
This extension allows you to retrieve all orders details from Etsy, eBay and Wordpress WooCommerce online stores.
- Preview the total number of orders to easily know how much orders you have to process.
- Preview the number of orders for your country and the number of orders for other countries to know how much shipping labels you have to print.
- Easily copy the orders addresses independently to your clipboard.
- Export the data to a CSV file. Choose which fields you want to export in the settings Tab.## Features
The app is divided into three tabs:
- **Home** tab to launch the script and retrieve the orders detected. They are stored locally with the order id to prevent duplicata.
- **Session** tab to see all the orders detected in the current session. You can copy the addresses to your clipboard and export the data to a CSV file.
- **Settings** tab to choose the language and which fields you want to export in the CSV file.## Installation
- Download the source code.
- Unzip the archive.
- Open Chrome or Edge.
- Go to the Extensions page ("[chrome://extensions/](chrome://extensions/)" or "[edge://extensions/](edge://extensions/)");
- Enable developer mode.
- Click on "Load unpacked".
- Select the root folder of the downloaded unzipped extension.
- Enjoy !## Warning
- Your browser may warn you that this extension accesses website data. This is generated automatically because the plugin analyzes the HTML source code to intelligently extract data. It does not monitor or record your browsing history or personal information.