AliExpress/Shopify Dropshipping - SellersDash

Simplify your AliExpress/Shopify dropshipping business

AliExpress/Shopify Dropshipping - SellersDash là gì?

AliExpress/Shopify Dropshipping - SellersDash là một tiện ích mở rộng Chrome được phát triển bởi sellersdash, và tính năng chính của nó là "Simplify your AliExpress/Shopify dropshipping business".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliExpress/Shopify Dropshipping - SellersDash

Tải xuống các tệp mở rộng AliExpress/Shopify Dropshipping - SellersDash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AliExpress/Shopify Dropshipping - SellersDash AliExpress/Shopify Dropshipping - SellersDash
ID nmnnmgajjajglhinkdpfalkblndchfml
URL Chính Thức https://chromewebstore.google.com/detail/aliexpressshopify-dropshi/nmnnmgajjajglhinkdpfalkblndchfml
Mô tả Simplify your AliExpress/Shopify dropshipping business
Kích Thước Tệp 1.32 MB
Số Lần Cài Đặt 6,240
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2023-08-15
Ngày Phát Hành 2020-06-15
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển sellersdash
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sellersdash.com/
URL Trang Chính Sách Bảo Mật https://sellersdash.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}