AliExpress/Shopify Dropshipping - SellersDash

Simplify your AliExpress/Shopify dropshipping business

什麼是AliExpress/Shopify Dropshipping - SellersDash?

AliExpress/Shopify Dropshipping - SellersDash是由sellersdash開發的Chrome擴展程式,該擴展的主要功能是“Simplify your AliExpress/Shopify dropshipping business”。

擴展截圖

screenshot

下載AliExpress/Shopify Dropshipping - SellersDash擴展crx文件

下載AliExpress/Shopify Dropshipping - SellersDash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AliExpress/Shopify Dropshipping - SellersDash AliExpress/Shopify Dropshipping - SellersDash
ID nmnnmgajjajglhinkdpfalkblndchfml
官方網址 https://chromewebstore.google.com/detail/aliexpressshopify-dropshi/nmnnmgajjajglhinkdpfalkblndchfml
簡介 Simplify your AliExpress/Shopify dropshipping business
檔案大小 1.32 MB
安裝次數 6,240
目前版本 1.5.2
更新時間 2023-08-15
上架時間 2020-06-15
評分 4.43/5 共 7 次評分
開發者 sellersdash
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sellersdash.com/
隱私政策頁面URL https://sellersdash.com/privacy-policy
支援的語言 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"
    ]
}