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.

Cscart Aliexpress Importer란 무엇입니까?

Cscart Aliexpress Importer은(는) Webkul Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cscart Aliexpress Importer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Cscart Aliexpress Importer Cscart Aliexpress Importer
ID mgncdkegcffhafnmjfonkghkehcekboi
공식 URL https://chromewebstore.google.com/detail/cscart-aliexpress-importe/mgncdkegcffhafnmjfonkghkehcekboi
설명 It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.
파일 크기 101 KB
설치 횟수 295
현재 버전 2.9.4
최근 업데이트 2023-07-18
출시 날짜 2019-10-22
평점 3.00/5 총 7 개의 평점
개발자 Webkul Software
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://webkul.com/privacy-policy
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}