Zendrop - AliExpress Product Importer

Import any product from AliExpress into your Zendrop import list.

Zendrop - AliExpress Product Importerคืออะไร?

Zendrop - AliExpress Product Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zendrop.com และคุณลักษณะหลักของมันคือ "Import any product from AliExpress into your Zendrop import list."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zendrop - AliExpress Product Importer

ดาวน์โหลดไฟล์ส่วนขยาย Zendrop - AliExpress Product Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Import products from AliExpress to Zendrop.
Looking for products to sell online? Discover millions of products and add them to your Zendrop account with the Zendrop Product Importer.

Zendrop is an e-commerce marketplace that connects reliable suppliers with online merchants and dropshipping stores. Say goodbye to dealing with difficult suppliers from AliExpress with very long shipping times and zero customer support.

This tool takes the product data from Ali Express, and imports it directly to your online store so you can source this product through Zendrop’s reliable fulfillment options. It allows you to start selling straight away, without having to rely on Ali Express sellers to fulfill your orders. 

Learn more about Zendrop here: https://www.zendrop.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zendrop - AliExpress Product Importer Zendrop - AliExpress Product Importer
ID hoaepbdbkbncfnmplpeecofbnophahah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zendrop-aliexpress-produc/hoaepbdbkbncfnmplpeecofbnophahah
คำอธิบาย Import any product from AliExpress into your Zendrop import list.
ขนาดไฟล์ 555 KB
จำนวนการติดตั้ง 25,242
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-09-28
คะแนน 2.18/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://zendrop.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zendrop.com/
URL หน้าช่วยเหลือ https://support.zendrop.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.zendrop.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zendrop - AliExpress Product Importer",
    "description": "Import any product from AliExpress into your Zendrop import list.",
    "version": "1.2.2",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/small_window.css",
                "\/css\/common.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/zendrop-aliexpress-importer.js"
            ]
        }
    ]
}