Prestashop Dropshipping Aliexpress 3 IN 1

Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.

Prestashop Dropshipping Aliexpress 3 IN 1란 무엇입니까?

Prestashop Dropshipping Aliexpress 3 IN 1은(는) Team community에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Prestashop Dropshipping Aliexpress 3 IN 1 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is a part of Prestashop Dropshipping Aliexpress PRO 3 IN 1 Module
So when you use this extension, you must download Prestashop Dropshipping Aliexpress 3 IN 1 
This extension will do the tasks:
         - Import data of  product from Aliexpress to Prestashop module
         - Setting display method shipping, estimated time of delivery product. Convert money automatically of 
            product 
         - Automatically fullfill your order on Aliexpress
Link to module on Prestashop addons : 
https://addons.prestashop.com/en/dropshipping/48647-aliexpress-dropshipping-pro-3-in-1.html                    

확장 프로그램 기본 정보

이름 Prestashop Dropshipping Aliexpress 3 IN 1 Prestashop Dropshipping Aliexpress 3 IN 1
ID fikhfmmhmpkbifaoafbdddpkajdpcodh
공식 URL https://chromewebstore.google.com/detail/prestashop-dropshipping-a/fikhfmmhmpkbifaoafbdddpkajdpcodh
설명 Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.
파일 크기 95.5 KB
설치 횟수 338
현재 버전 1.5.4
최근 업데이트 2021-07-15
출시 날짜 2020-05-26
평점 5.00/5 총 3 개의 평점
개발자 Team community
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/contentScript.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2,
    "name": "Prestashop Dropshipping Aliexpress 3 IN 1",
    "page_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "version": "1.5.4",
    "web_accessible_resources": [
        "styles\/style.css",
        "images\/*.png",
        "scripts\/jquery.js",
        "scripts\/scriptAliexpress.js"
    ]
}