Zendrop - AliExpress Product Importer

Import any product from AliExpress into your Zendrop import list.

什麼是Zendrop - AliExpress Product Importer?

Zendrop - AliExpress Product Importer是由https://zendrop.com開發的Chrome擴展程式,該擴展的主要功能是“Import any product from AliExpress into your Zendrop import list.”。

擴展截圖

screenshot
screenshot
screenshot

下載Zendrop - AliExpress Product Importer擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}