Cscart Aliexpress Importer

It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.

¿Qué es Cscart Aliexpress Importer?

Cscart Aliexpress Importer es una extensión de Chrome desarrollada por Webkul Software, y su función principal es "It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cscart Aliexpress Importer

Descarga archivos de extensión Cscart Aliexpress Importer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Now import products from AliExpress to CS-Cart store with this simple and useful extension. Use it with "CS-Cart AliExpress Dropshipping" add-on developed by Webkul.
This will import products from Aliexpress.com to your CS-Cart store and you can start selling products of Aliexpress within your own store very easily.

Get the more details here- https://webkul.com/blog/cs-cart-aliexpress-dropshipping/

Link to purchase the "CS-Cart AliExpress Dropshipping" - https://store.webkul.com/CS-Cart-AliExpress-Dropshipping.html

HELP & SUGGESTIONS
Please feel free to share your views here - http://webkul.uvdesk.com

GET IN TOUCH
Email us at [email protected]
Blog http://webkul.com/blog                    

Información Básica de la Extensión

Nombre Cscart Aliexpress Importer Cscart Aliexpress Importer
ID mgncdkegcffhafnmjfonkghkehcekboi
URL Oficial https://chromewebstore.google.com/detail/cscart-aliexpress-importe/mgncdkegcffhafnmjfonkghkehcekboi
Descripción It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.
Tamaño del Archivo 101 KB
Cantidad de Instalaciones 295
Versión Actual 2.9.4
Última Actualización 2023-07-18
Fecha de Publicación 2019-10-22
Calificación 3.00/5 Total de 7 Calificaciones
Desarrollador Webkul Software
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://webkul.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cscart Aliexpress Importer",
    "description": "It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.",
    "version": "2.9.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "resources\/js\/jquery.js",
                "resources\/js\/content.js"
            ],
            "css": [
                "resources\/style\/cscart_import.css"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "128": "resources\/image\/import-icon.png"
    },
    "action": {
        "default_title": "Run only when aliexpress site open",
        "default_icon": "resources\/image\/import-icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/image\/*.png",
                "resources\/js\/wk_cscartimporter.js",
                "resources\/js\/jquery.js",
                "resources\/style\/cscart_import.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}