AliExpress/Shopify Dropshipping - SellersDash

Simplify your AliExpress/Shopify dropshipping business

¿Qué es AliExpress/Shopify Dropshipping - SellersDash?

AliExpress/Shopify Dropshipping - SellersDash es una extensión de Chrome desarrollada por sellersdash, y su función principal es "Simplify your AliExpress/Shopify dropshipping business".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AliExpress/Shopify Dropshipping - SellersDash

Descarga archivos de extensión AliExpress/Shopify Dropshipping - SellersDash en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AliExpress/Shopify Dropshipping - SellersDash AliExpress/Shopify Dropshipping - SellersDash
ID nmnnmgajjajglhinkdpfalkblndchfml
URL Oficial https://chromewebstore.google.com/detail/aliexpressshopify-dropshi/nmnnmgajjajglhinkdpfalkblndchfml
Descripción Simplify your AliExpress/Shopify dropshipping business
Tamaño del Archivo 1.32 MB
Cantidad de Instalaciones 6,240
Versión Actual 1.5.2
Última Actualización 2023-08-15
Fecha de Publicación 2020-06-15
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador sellersdash
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sellersdash.com/
URL de la Página de Política de Privacidad https://sellersdash.com/privacy-policy
Idiomas Soportados 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"
    ]
}