ANTDIY - Dropshipping Product Importer

Import and sync products from AliExpress & Banggood to your Shopify or BigCommerce store

ANTDIY - Dropshipping Product Importer là gì?

ANTDIY - Dropshipping Product Importer là một tiện ích mở rộng Chrome được phát triển bởi https://www.antdiy.vip, và tính năng chính của nó là "Import and sync products from AliExpress & Banggood to your Shopify or BigCommerce store".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ANTDIY - Dropshipping Product Importer

Tải xuống các tệp mở rộng ANTDIY - Dropshipping Product Importer 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

                        Import and sync products from AliExpress & Banggood to your Shopify or BigCommerce store.

🔥ANTDIY - Most Powerful AliExpress Dropshipping Tool
Start your free trial: 👉https://bit.ly/3kJGbxF👈

Looking for products to sell online? Discover all kinds of products and add them to your Shopify store with ANTDIY Chrome Extension. 

ANTDIY Chrome Extension Features:
Import products from AliExpress & Banggood into your online store with just a few clicks, and start dropshipping them today. ANTDIY Chrome Extension currently supports AliExpress search product result page, store product list page and product detail page, Banggood search product result page and product detail page.

ANTDIY is a dropshipping app that allows you to find billions of products to sell online, add them to your Shopify or BigCommerce store, and start selling now. 
You’ll never need to worry about packaging or shipping. Instead, care about things that making sales and growing your business. 

ANTDIY will also help you with:
- Easily find products to sell online
  Discover a huge variety of products and cater your inventory to your audience. 
- Automate Bulk Orders
  Reduce your workload by automating bulk orders and fulfill multiple orders with one click.
- Sync Tracking Numbers
  Orders and tracking numbers are synced with Shopify or BigCommerce, so your customers will know exactly when the products will 
  arrive.
- Pricing Rules
  Save valuable time every time you add products to your store by adding global pricing rules for your Shopify store.
- One-click order shipping
  Ship your products straight from your supplier’s warehouse to your customer’s doorstep.

FOLLOW US ON SOCIAL MEDIA:
Facebook Group: https://bit.ly/3ydUVsH
Whatsapp Group: https://bit.ly/3iWIQlr                    

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

Tên ANTDIY - Dropshipping Product Importer ANTDIY - Dropshipping Product Importer
ID oobhdgcedheoledoffoiiiphhbfjmhag
URL Chính Thức https://chromewebstore.google.com/detail/antdiy-dropshipping-produ/oobhdgcedheoledoffoiiiphhbfjmhag
Mô tả Import and sync products from AliExpress & Banggood to your Shopify or BigCommerce store
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 1,550
Phiên Bản Hiện Tại 3.0.4
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2020-05-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.antdiy.vip
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.antdiy.vip
URL Trang Trợ Giúp https://www.antdiy.vip/support
URL Trang Chính Sách Bảo Mật https://www.antlinksgroup.com/detail?p=3
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ANTDIY - Dropshipping Product Importer",
    "description": "Import and sync products from AliExpress & Banggood to your Shopify or BigCommerce store",
    "version": "3.0.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/logo 19px.png",
            "48": "icons\/logo 38px.png"
        }
    },
    "omnibox": {
        "keyword": "go"
    },
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icons\/logo 19px.png",
        "48": "icons\/logo 38px.png"
    },
    "permissions": [
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.ru\/*",
        "https:\/\/*.aliexpress.us\/*",
        "*:\/\/*.antdiy.vip\/*",
        "https:\/\/*.banggood.com\/*",
        "https:\/\/*.banggood.in\/*",
        "https:\/\/*.1688.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.ru\/*"
            ],
            "js": [
                "js\/content-script.js",
                "js\/jquery.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/store\/*.html*"
            ],
            "js": [
                "js\/change.js",
                "js\/jquery.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.ru\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*"
            ],
            "js": [
                "js\/detail.js",
                "js\/jquery.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.banggood.com\/search\/*"
            ],
            "js": [
                "js\/banggood-content-script.js",
                "js\/jquery.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.banggood.com\/*-p-*.html*",
                "https:\/\/*.banggood.in\/*-p-*.html*"
            ],
            "js": [
                "js\/banggood-detail.js",
                "js\/jquery.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.detail.1688.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/1688-detail.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.1688.com\/selloffer\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/1688-content.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.1688.com\/page\/offerlist*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/1688-page.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.antdiy.vip\/*",
            "*:\/\/*.aliexpress.com\/*",
            "*:\/\/*.aliexpress.us\/*",
            "*:\/\/*.aliexpress.ru\/*",
            "*:\/\/*.banggood.com\/*",
            "*:\/\/*.banggood.in\/*",
            "https:\/\/*.1688.com\/*"
        ]
    }
}