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.

O que é Cscart Aliexpress Importer?

Cscart Aliexpress Importer é uma extensão do Chrome desenvolvida por Webkul Software, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cscart Aliexpress Importer

Baixe arquivos de extensão Cscart Aliexpress Importer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Cscart Aliexpress Importer Cscart Aliexpress Importer
ID mgncdkegcffhafnmjfonkghkehcekboi
URL Oficial https://chromewebstore.google.com/detail/cscart-aliexpress-importe/mgncdkegcffhafnmjfonkghkehcekboi
Descrição It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.
Tamanho do Arquivo 101 KB
Contagem de Instalações 295
Versão Atual 2.9.4
Última Atualização 2023-07-18
Data de Publicação 2019-10-22
Classificação 3.00/5 Total de 7 Avaliações
Desenvolvedor Webkul Software
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://webkul.com/privacy-policy
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}