Dropshipman-Aliexpress&Temu Product Importer

Import and sync products from AliExpress / Temu to your Shopify store

Dropshipman-Aliexpress&Temu Product Importer là gì?

Dropshipman-Aliexpress&Temu Product Importer là một tiện ích mở rộng Chrome được phát triển bởi https://dropshipman.com, và tính năng chính của nó là "Import and sync products from AliExpress / Temu to your Shopify store".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Dropshipman-Aliexpress&Temu 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

                        1. Login the app DropShipMan in your shopify store
2. Go to Aliexpress.com/temu.com
3. Start using the extension when you browse categories, store, wishlist or search for products on AliExpress/Temu.
4. Bulk add products in categories or search page required that the page scroll to the bottom for AliExpress have loads the products.                    

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

Tên Dropshipman-Aliexpress&Temu Product Importer Dropshipman-Aliexpress&Temu Product Importer
ID bobhjedlciclpchpelkgiojkmmfgnihg
URL Chính Thức https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg
Mô tả Import and sync products from AliExpress / Temu to your Shopify store
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2020-08-20
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://dropshipman.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dropshipman.com/
URL Trang Trợ Giúp https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension
URL Trang Chính Sách Bảo Mật https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropshipman-Aliexpress&Temu Product Importer",
    "version": "2.1.0",
    "manifest_version": 3,
    "description": "Import and sync products from AliExpress \/ Temu to your Shopify store",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_title": "Dropshipman-Aliexpress&Temu Product Importer",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.temu.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/*.1688.com\/*",
                "*:\/\/*.dropshipman.com\/*"
            ],
            "js": [
                ".\/content_scripts.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.dropshipman.com\/*",
        "https:\/\/test-api.dropshipman.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/logo128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}