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是由Team community开发的Chrome扩展程序,该扩展的主要功能是“Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.”。

扩展截图

screenshot
screenshot
screenshot

下载Prestashop Dropshipping Aliexpress PRO扩展crx文件

下载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"
    ]
}