ExpandCart AliExpress Integration

This extension imports products from aliexpress to your ExpandCart store.

Wat is ExpandCart AliExpress Integration?

ExpandCart AliExpress Integration is een Chrome-extensie ontwikkeld door https://expandcart.com, en de belangrijkste functie is "This extension imports products from aliexpress to your ExpandCart store.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ExpandCart AliExpress Integration

Download ExpandCart AliExpress Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ExpandCart AliExpress Integration ExpandCart AliExpress Integration
ID djkgogfdadkjljaplcgigkcoofhikcke
Officiële URL https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke
Beschrijving This extension imports products from aliexpress to your ExpandCart store.
Bestandsgrootte 113 KB
Aantal Installaties 2,314
Huidige Versie 2.5.8
Laatst Bijgewerkt 2024-02-16
Publicatiedatum 2020-06-10
Beoordeling 2.00/5 Totaal 11 Beoordelingen
Ontwikkelaar https://expandcart.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.expandcart.com
Help Pagina-URL https://support.expandcart.com
URL van de Privacybeleid Pagina https://www.expandcart.com/en/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}