ExpandCart AliExpress Integration

This extension imports products from aliexpress to your ExpandCart store.

什么是ExpandCart AliExpress Integration?

ExpandCart AliExpress Integration是由https://expandcart.com开发的Chrome扩展程序,该扩展的主要功能是“This extension imports products from aliexpress to your ExpandCart store.”。

扩展截图

screenshot

下载ExpandCart AliExpress Integration扩展crx文件

下载ExpandCart AliExpress Integration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension helps you import products directly from AliExpress to you ExpandCart store. 

You can import single products or import products in bulk.

You can edit product details before importing, to make it easy for you to manage your product.

When you full-fill an order from ExpandCart the extension will help you fill the order details and take you directly to the product order page in AliExpress.

Start your store today at ExpandCart and install the AliExpress Integration App

https://www.expandcart.com                    

扩展基本信息

名称 ExpandCart AliExpress Integration ExpandCart AliExpress Integration
ID djkgogfdadkjljaplcgigkcoofhikcke
官方URL https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke
简介 This extension imports products from aliexpress to your ExpandCart store.
文件大小 113 KB
安装次数 2,314
当前版本 2.5.8
更新时间 2024-02-16
上架时间 2020-06-10
评分 2.00/5 共11次评分
开发者 https://expandcart.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.expandcart.com
帮助页面URL https://support.expandcart.com
隐私政策页面URL https://www.expandcart.com/en/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExpandCart AliExpress Integration",
    "version": "2.5.8",
    "manifest_version": 2,
    "description": "This extension imports products from aliexpress to your ExpandCart store.",
    "background": {
        "scripts": [
            "resources\/scripts\/background.js"
        ]
    },
    "icons": {
        "128": "resources\/image\/icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "resources\/image\/icon-disabled.png"
    },
    "web_accessible_resources": [
        "*.png",
        "resources\/scripts\/jquery.min.js",
        "resources\/scripts\/ec_inserted.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}