AliExpress/Shopify Dropshipping - SellersDash

Simplify your AliExpress/Shopify dropshipping business

O que é AliExpress/Shopify Dropshipping - SellersDash?

AliExpress/Shopify Dropshipping - SellersDash é uma extensão do Chrome desenvolvida por sellersdash, e sua principal característica é "Simplify your AliExpress/Shopify dropshipping business".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AliExpress/Shopify Dropshipping - SellersDash

Baixe arquivos de extensão AliExpress/Shopify Dropshipping - SellersDash no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AliExpress/Shopify Dropshipping - SellersDash AliExpress/Shopify Dropshipping - SellersDash
ID nmnnmgajjajglhinkdpfalkblndchfml
URL Oficial https://chromewebstore.google.com/detail/aliexpressshopify-dropshi/nmnnmgajjajglhinkdpfalkblndchfml
Descrição Simplify your AliExpress/Shopify dropshipping business
Tamanho do Arquivo 1.32 MB
Contagem de Instalações 6,240
Versão Atual 1.5.2
Última Atualização 2023-08-15
Data de Publicação 2020-06-15
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor sellersdash
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sellersdash.com/
URL da Página de Política de Privacidade https://sellersdash.com/privacy-policy
Idiomas Suportados 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"
    ]
}