Zendrop - AliExpress Product Importer

Import any product from AliExpress into your Zendrop import list.

¿Qué es Zendrop - AliExpress Product Importer?

Zendrop - AliExpress Product Importer es una extensión de Chrome desarrollada por https://zendrop.com, y su función principal es "Import any product from AliExpress into your Zendrop import list.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Zendrop - AliExpress Product Importer

Descarga archivos de extensión Zendrop - AliExpress Product Importer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Zendrop - AliExpress Product Importer Zendrop - AliExpress Product Importer
ID hoaepbdbkbncfnmplpeecofbnophahah
URL Oficial https://chromewebstore.google.com/detail/zendrop-aliexpress-produc/hoaepbdbkbncfnmplpeecofbnophahah
Descripción Import any product from AliExpress into your Zendrop import list.
Tamaño del Archivo 555 KB
Cantidad de Instalaciones 25,242
Versión Actual 1.2.2
Última Actualización 2024-03-01
Fecha de Publicación 2020-09-28
Calificación 2.18/5 Total de 22 Calificaciones
Desarrollador https://zendrop.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.zendrop.com/
URL de la Página de Ayuda https://support.zendrop.com/
URL de la Página de Política de Privacidad https://www.zendrop.com/privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}