AliExpress Helper

Free Helper for AliExpress. Export Orders as CSV. Download videos and user uploaded images. Export reviews.

Τι είναι το AliExpress Helper;

Το AliExpress Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://platondevs.nl, και η κύρια λειτουργία του είναι "Free Helper for AliExpress. Export Orders as CSV. Download videos and user uploaded images. Export reviews.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Be more efficient with this AliExpress tool:
- Remove search results filtering by number of reviews
- Export your Shopping cart information
- Export your Order List information and create invoices
- Get the users review pictures
- Get the users reviews, rates and dates
- Get the seller's product pictures and videos!!

Updated v4.36: Fixed issues with new product page breaking exports. Removed donation button.
Updated v4.35: Removal of options currently not working. Fixes to be released.
Updated v4.34: Added Country information as separated item from Destination
Updated v4.33: Added support to extract deleted orders
Updated v4.32: Fixed repetitive insert of buttons in product pages
Updated v4.31: Added support for new Order page. Improved tracking info. Improved billing info
Updated v4.30: Minor updates, reviewed
Updated v4.29: *FIXED* the issue with new order tracking format that crashes extraction
Updated v4.27: *FIXED* filter of products failing to filter
Updated v4.26: *FIXED* imposible to de-select Tracking Info. *Added* Wishlist export
Updated v4.25: *FIXED* the popup will appear only once per day
Updated v4.24: *FIXED* the menus to extract images appear in the right window
Updated v4.23: *FIXED* the issue with new order tracking format that crashes extraction
Updated v4.22: *Added* direct Item download access. *Improved* video presentation. *Improved* information. *Improved* Tracking info as an option
(...)

With results filter, you can filter out results with less reviews than what you configure. Don't waste your time seeing useless listings anymore!

Download Shopping cart information as CSV file. Includes most relevant information: product name, link, price and shipping fee. Save your shopping cart and share it with friends!

Download an HTML file with all the images from the reviews, just click in the extension and gather all pictures from multiple pages in a single file.

Download a CSV file with all the reviews from non-anonymous users. It includes the name, date, rate and comments. It automatically filters out empty reviews.

Download an HTML file with all the seller pictures, ideal for your dropshipping store!

Download Order list as CSV file. Includes all order information, from order Id to tracking number. It even includes destination address, ideal for dropshippers! Now it also creates an invoice file that you can download or print in PDF!!

Furthermore, you can process your data afterwards, use Excel, LibreOffice or Google sheets to track all of your orders, set alerts and do statistics.

Download order details currently exports:
- Oder Number and When it was placed
- At which store and how much was paid
- Current status and when the order time is finished.
- Detail of tracking number and tracking status.
- Destination address (coarse)

The tool is provided free of charge. To support its development, it will show an AliExpress banner once a day, only if the extension is used.                    

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

Όνομα AliExpress Helper AliExpress Helper
ID ojgaknagnojclcnmenmickjcnpbijill
Επίσημο URL https://chromewebstore.google.com/detail/aliexpress-helper/ojgaknagnojclcnmenmickjcnpbijill
Περιγραφή Free Helper for AliExpress. Export Orders as CSV. Download videos and user uploaded images. Export reviews.
Μέγεθος Αρχείου 21.88 KB
Αριθμός Εγκαταστάσεων 3,947
Τρέχουσα Έκδοση 0.0.4.36
Τελευταία Ενημέρωση 2023-11-14
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 3.93/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής https://platondevs.nl
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://platondevs.nl/alihelper/
Διεύθυνση URL της Σελίδας Βοήθειας https://platondevs.nl/privacy/
URL της Σελίδας Πολιτικής Απορρήτου https://platondevs.nl/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Helper",
    "short_name": "AliEHelper",
    "version": "0.0.4.36",
    "author": "Platon Devs",
    "description": "Free Helper for AliExpress. Export Orders as CSV. Download videos and user uploaded images. Export reviews.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "notifications",
        "https:\/\/*.aliexpress.com\/"
    ],
    "background": {
        "scripts": [
            "background.js",
            "xx4.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/AliHelper_icon.png"
        }
    },
    "icons": {
        "128": "images\/AliHelper_icon.png"
    },
    "manifest_version": 2
}