Prestashop Dropshipping Aliexpress PRO

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

Τι είναι το Prestashop Dropshipping Aliexpress PRO;

Το Prestashop Dropshipping Aliexpress PRO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Team community, και η κύρια λειτουργία του είναι "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Prestashop Dropshipping Aliexpress PRO

Λήψη αρχείων επέκτασης Prestashop Dropshipping Aliexpress PRO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Prestashop Dropshipping Aliexpress PRO Prestashop Dropshipping Aliexpress PRO
ID mhpegkfjcieemjfmddonlalefhilfhpl
Επίσημο URL https://chromewebstore.google.com/detail/prestashop-dropshipping-a/mhpegkfjcieemjfmddonlalefhilfhpl
Περιγραφή Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.
Μέγεθος Αρχείου 92.63 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-03-26
Ημερομηνία Δημοσίευσης 2020-03-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Team community
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}