Prestashop AliExpress Importer

This extension is used to import product from aliexpress to Prestashop.

Prestashop AliExpress Importer란 무엇입니까?

Prestashop AliExpress Importer은(는) Webkul Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is used to import product from aliexpress to Prestashop."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Prestashop AliExpress Importer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PrestaShop AliExpress Importer is used to import product from AliExpress to PrestaShop store and it can be used with Webkul PrestaShop Dropshipping Module.
With this importer, you can easily import products from AliExpress.com and even add them to a cart upon order placement in your PrestaShop store. By utilizing this tool, you can quickly and effortlessly begin DropShipping products from AliExpress within your own store.                    

확장 프로그램 기본 정보

이름 Prestashop AliExpress Importer Prestashop AliExpress Importer
ID iochebggflimfedlldfjjomnkpoikknk
공식 URL https://chromewebstore.google.com/detail/prestashop-aliexpress-imp/iochebggflimfedlldfjjomnkpoikknk
설명 This extension is used to import product from aliexpress to Prestashop.
파일 크기 83.92 KB
설치 횟수 623
현재 버전 1.1.4
최근 업데이트 2023-08-16
출시 날짜 2019-09-12
평점 2.62/5 총 13 개의 평점
개발자 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": "Prestashop AliExpress Importer",
    "description": "This extension is used to import product from aliexpress to Prestashop.",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "version": "1.1.4",
    "offline_enabled": false,
    "background": {
        "service_worker": "resources\/js\/background.js"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "128": "resources\/image\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/image\/logo.png",
                "resources\/image\/cross.png",
                "resources\/image\/icon.png",
                "resources\/image\/icon-disabled.png",
                "resources\/image\/icon-enabled.png",
                "resources\/js\/jquery.min.js",
                "resources\/js\/wk_inserted.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "http:\/\/*.aliexpress.us\/*",
                "http:\/\/es.aliexpress.us\/*",
                "https:\/\/es.aliexpress.us\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "http:\/\/*.aliexpress.us\/*",
                "http:\/\/es.aliexpress.us\/*"
            ],
            "all_frames": true,
            "css": [
                "resources\/css\/dropship.css"
            ],
            "js": [
                "resources\/js\/jquery.min.js",
                "resources\/js\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "resources\/image\/icon-disabled.png",
        "default_popup": "resources\/html\/enabledPopUp.html"
    }
}