Easy AliExpress Order Exporter

Easily export Aliexpress Orders

Τι είναι το Easy AliExpress Order Exporter;

Το Easy AliExpress Order Exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TheDevelopmentMachine, και η κύρια λειτουργία του είναι "Easily export Aliexpress Orders".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Easy AliExpress Order Exporter

Λήψη αρχείων επέκτασης Easy AliExpress Order Exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Exports All Of Your Orders For Tracking Sales And Accounting

If you’re a drop shipper and you buy and fulfill any products through AliExpress, then you need this handy, time-saving Order Export extension.

Why?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
                                                      
AliExpress has no built in reports, so that can make knowing your sales and expense numbers, as well as your accounting process for tax purposes quite messy and time consuming.

Who has time to export and calculate all this individual product sales data by hand?

Not us, and certainly not busy eCommerce business owners.

That’s why the app we’ve made available for free is so helpful and makes your life so much easier.
              
Have you wanted to know at a glance...

How much you have spent this month?
How you can track your costs?
How many orders were cancelled, or fulfilled?
How many orders you placed, broken down by country and by seller?
How you can export your order numbers with tracking numbers?

Without this extension, you would have to download and manually calculate all of this information to answer those questions.

However, with our Order Exporter app, you can quickly export all of this data and quickly calculate the answers to these questions.

Here’s the data that Easy AliExpress Order Exporter will download for you:

Order #    
Date    
Product Amount    
Shipping Cost    
Tax    
Total Amount    
Status    
Tracking Number    
Items Count    
Total Quantity    
Customer Name    
Customer Country    
Store

It’s really easy to set up and use, and it can save you hours and hours of time.

And best of all - it’s completely free to install and use. 

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
About this extension:

This is a project from the team at Dropified. If you haven’t heard of Dropified, it is a platform packed with tools and features to run and automate an eCommerce business. Many of its features are focused on automating AliExpress so it is a perfect fit for anyone looking to save time and put their eCommerce business on autopilot. Get started with a free trial at www.Dropified.com.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Easy AliExpress Order Exporter Easy AliExpress Order Exporter
ID eobkkmbgipjpjimcffmjpfdpnekaoiom
Επίσημο URL https://chromewebstore.google.com/detail/easy-aliexpress-order-exp/eobkkmbgipjpjimcffmjpfdpnekaoiom
Περιγραφή Easily export Aliexpress Orders
Μέγεθος Αρχείου 579 KB
Αριθμός Εγκαταστάσεων 1,823
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2022-02-06
Ημερομηνία Δημοσίευσης 2020-01-08
Αξιολόγηση 2.84/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής TheDevelopmentMachine
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://aliextractor.com/terms-of-service
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/adnetwork-app.herokuapp.com\/extauth\/auth",
        "https:\/\/trade.aliexpress.com\/orderList.htm",
        "https:\/\/trade.aliexpress.com\/order_detail.htm",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trade.aliexpress.com\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/lodash\/dist\/lodash.min.js",
                "bower_components\/bluebird\/js\/browser\/bluebird.min.js",
                "bower_components\/moment\/moment.js",
                "bower_components\/raven-js\/dist\/raven.min.js",
                "scripts\/common.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Easy Aliexpress Order Exporter",
        "default_popup": "popup.html"
    }
}