Prestashop Dropshipping Aliexpress PRO

Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.

Was ist Prestashop Dropshipping Aliexpress PRO?

Prestashop Dropshipping Aliexpress PRO ist eine Chrome-Erweiterung, die von Team community entwickelt wurde, und ihr Hauptmerkmal ist "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Prestashop Dropshipping Aliexpress PRO-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prestashop Dropshipping Aliexpress PRO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easily import bulk products from Aliespress to your online store Prestashop.
Automatically fullfill your orders on Aliexpress with jush one click.
Set up shipping method and convert money automatically on Aliexpress.

This extension is a part of Prestashop Dropshipping Aliexpress PRO 3 IN 1.
So when you use this extension, you must download Prestashop Dropshipping Aliexpress 3 IN 1.

This extension will do the tasks:
       - Import data of  product from Aliexpress to Prestashop module.
       - Setting display method shipping, estimated time of delivery product. Convert money automatically of 
         product.
       - Automatic fullfill your order on Aliexpress.                    

Grundlegende Informationen zur Erweiterung

Name Prestashop Dropshipping Aliexpress PRO Prestashop Dropshipping Aliexpress PRO
ID mhpegkfjcieemjfmddonlalefhilfhpl
Offizielle URL https://chromewebstore.google.com/detail/prestashop-dropshipping-a/mhpegkfjcieemjfmddonlalefhilfhpl
Beschreibung Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.
Dateigröße 92.63 KB
Installationsanzahl 34
Aktuelle Version 1.0.0
Letztes Update 2020-03-26
Veröffentlichungsdatum 2020-03-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Team community
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2,
    "name": "Prestashop Dropshipping Aliexpress PRO",
    "page_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        "styles\/style.css",
        "images\/*.png",
        "scripts\/jquery.js",
        "scripts\/scriptAliexpress.js"
    ]
}