ExpandCart AliExpress Integration

This extension imports products from aliexpress to your ExpandCart store.

What is ExpandCart AliExpress Integration?

ExpandCart AliExpress Integration is a Chrome extension developed by https://expandcart.com, and its main feature is "This extension imports products from aliexpress to your ExpandCart store.".

Extension Screenshots

screenshot

Download ExpandCart AliExpress Integration Extension CRX File

Download ExpandCart AliExpress Integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ExpandCart AliExpress Integration ExpandCart AliExpress Integration
ID djkgogfdadkjljaplcgigkcoofhikcke
Official URL https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke
Description This extension imports products from aliexpress to your ExpandCart store.
File Size 113 KB
Installation Count 2,314
Current Version 2.5.8
Last Updated 2024-02-16
Publish Date 2020-06-10
Rating 2.00/5 Total 11 Ratings
Developer https://expandcart.com
Email [email protected]
Payment Type free
Extension Website https://www.expandcart.com
Help Page URL https://support.expandcart.com
Privacy Policy Page URL https://www.expandcart.com/en/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}