AliExpress/Shopify Dropshipping - SellersDash

Simplify your AliExpress/Shopify dropshipping business

Hvad er AliExpress/Shopify Dropshipping - SellersDash?

AliExpress/Shopify Dropshipping - SellersDash er en Chrome-udvidelse udviklet af sellersdash, og dens hovedfunktion er "Simplify your AliExpress/Shopify dropshipping business".

Udvidelsesskærmbilleder

screenshot

Download AliExpress/Shopify Dropshipping - SellersDash-udvidelses-CRX-fil

Download AliExpress/Shopify Dropshipping - SellersDash-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        SellersDash Dropshipping Extension for Chrome allows dropshippers to easily interface between AliExpress and Shopify store via an all-in-one dashboard. With this plugin, you can easily import products from AliExpress to SellersDash.  After importing into SellersDash, you can adjust the product's details as well as setup advanced pricing rules to automatically update product prices and inventory to Shopify.

This AliExpress dropshipping extension only works with Shopify stores and mainly shines when it comes to placing orders on AliExpress in an automated fashion. Whenever any order comes through to your Shopify store, it automatically gets synced to SellersDash. Then from the SellersDash orders page, you can just hit the "Buy Now" button and allow SellersDash chrome extension to take care of the rest, which includes adding the proper product variant to cart, filling out customer's address details and so on. The only thing left for you to do would be the press the Buy Now button after confirming everything is OK.

The plugin also also works as an AliExpress Invoice generator by helping you generate invoices based on your AliExpress Order history on the fly. You can simply head over to your AliExpress order details page and click on the "Generate Invoice" button after which, a ready to Print invoice is generated instantly. 

If you have been using Oberlo or other similar apps for your dropshpping needs, you can smoothly migrate all your products and orders from Oberlo to SellersDash with complete auto price and inventory syncing. With this extension enabled, you can simply head over to your Oberlo’s "My Products" page and click on the Import Products button to import them to SellersDash.

SellersDash offers a lot of interesting features on top of the ones offered by other Dropshipping tools like Oberlo, Shopmaster etc. Some of the important features are:
- Automatic price and inventory update to Shopify based on price and inventory changes in AliExpress
- Importing Reviews from AliExpress to Shopify(only for products that have been imported to Shopify using SellersDash)
- Automatic as well as manual order syncing
- Advanced pricing rules that can be applied on a Per product basis
- Multi language support - Import AliExpress Product descriptions and features in 16 different languages including English, Italian, French, German, Russian, Spanish, Polish, Japanese, Korean, Dutch, Arabic, Turkish, Vietnamese, Hebrew, Thai and Portuguese.
- Muti Currency Support - Import AliExpress Products in EUR, AUD, GBP etc. not just USD(over 180 currencies supported)
- Easy product remapping in case any AliExpress product gets unpublished
- Import products from Oberlo
- Advanced order and product searches
- Notification when product goes offline on AliExpress
- Generate AliExpress invoices using the Chrome extension
- Automatic tracking number sync with AliExpress
- Automatic Shopify order fulfillment when order gets shipped by the AliExpress supplier as well as manual order fulfillment when necessary
- Automatic Category syncing with Shopify
- AliExpress Niche Research tool
- Semi-Automated order placement
- Maximum and minimum price threshold so that the price after markup doesn't go past those limits.

More features for empowering dropshippers are on the way.                    

Grundlæggende oplysninger om udvidelsen

Navn AliExpress/Shopify Dropshipping - SellersDash AliExpress/Shopify Dropshipping - SellersDash
ID nmnnmgajjajglhinkdpfalkblndchfml
Officiel URL https://chromewebstore.google.com/detail/aliexpressshopify-dropshi/nmnnmgajjajglhinkdpfalkblndchfml
Beskrivelse Simplify your AliExpress/Shopify dropshipping business
Filstørrelse 1.32 MB
Antal Installationer 6,240
Nuværende Version 1.5.2
Senest Opdateret 2023-08-15
Udgivelsesdato 2020-06-15
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler sellersdash
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sellersdash.com/
URL til Fortrolighedspolitik Side https://sellersdash.com/privacy-policy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress\/Shopify Dropshipping - SellersDash",
    "short_name": "SellersDash",
    "version": "1.5.2",
    "description": "Simplify your AliExpress\/Shopify dropshipping business",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "http:\/\/localhost:9528\/*",
        "https:\/\/sellersdash.com\/*",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "img\/chrome_16.png",
        "48": "img\/chrome_48.png",
        "128": "img\/chrome_128.png"
    },
    "browser_action": {
        "default_title": "SellersDash",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.myshopify.com\/admin\/orders",
                "https:\/\/app.oberlo.com\/my-products\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:9528\/*",
            "https:\/\/sellersdash.com\/*"
        ]
    },
    "web_accessible_resources": [
        "img\/*.png"
    ]
}