Zendrop - AliExpress Product Importer

Import any product from AliExpress into your Zendrop import list.

Qu'est-ce que Zendrop - AliExpress Product Importer ?

Zendrop - AliExpress Product Importer est une extension Chrome développée par https://zendrop.com, et sa fonction principale est "Import any product from AliExpress into your Zendrop import list.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zendrop - AliExpress Product Importer

Téléchargez les fichiers d'extension Zendrop - AliExpress Product Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Zendrop - AliExpress Product Importer Zendrop - AliExpress Product Importer
ID hoaepbdbkbncfnmplpeecofbnophahah
URL Officiel https://chromewebstore.google.com/detail/zendrop-aliexpress-produc/hoaepbdbkbncfnmplpeecofbnophahah
Description Import any product from AliExpress into your Zendrop import list.
Taille du Fichier 555 KB
Nombre d'Installations 25,242
Version Actuelle 1.2.2
Dernière Mise à Jour 2024-03-01
Date de Publication 2020-09-28
Évaluation 2.18/5 Total 22 Évaluations
Développeur https://zendrop.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.zendrop.com/
URL de la Page d'Aide https://support.zendrop.com/
URL de la Page de Politique de Confidentialité https://www.zendrop.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}