Zendrop - AliExpress Product Importer

Import any product from AliExpress into your Zendrop import list.

Zendrop - AliExpress Product Importer란 무엇입니까?

Zendrop - AliExpress Product Importer은(는) https://zendrop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import any product from AliExpress into your Zendrop import list."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Zendrop - AliExpress Product Importer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Import products from AliExpress to Zendrop.
Looking for products to sell online? Discover millions of products and add them to your Zendrop account with the Zendrop Product Importer.

Zendrop is an e-commerce marketplace that connects reliable suppliers with online merchants and dropshipping stores. Say goodbye to dealing with difficult suppliers from AliExpress with very long shipping times and zero customer support.

This tool takes the product data from Ali Express, and imports it directly to your online store so you can source this product through Zendrop’s reliable fulfillment options. It allows you to start selling straight away, without having to rely on Ali Express sellers to fulfill your orders. 

Learn more about Zendrop here: https://www.zendrop.com/                    

확장 프로그램 기본 정보

이름 Zendrop - AliExpress Product Importer Zendrop - AliExpress Product Importer
ID hoaepbdbkbncfnmplpeecofbnophahah
공식 URL https://chromewebstore.google.com/detail/zendrop-aliexpress-produc/hoaepbdbkbncfnmplpeecofbnophahah
설명 Import any product from AliExpress into your Zendrop import list.
파일 크기 555 KB
설치 횟수 25,242
현재 버전 1.2.2
최근 업데이트 2024-03-01
출시 날짜 2020-09-28
평점 2.18/5 총 22 개의 평점
개발자 https://zendrop.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zendrop.com/
도움말 페이지 URL https://support.zendrop.com/
개인정보 보호 정책 페이지 URL https://www.zendrop.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zendrop - AliExpress Product Importer",
    "description": "Import any product from AliExpress into your Zendrop import list.",
    "version": "1.2.2",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/small_window.css",
                "\/css\/common.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/zendrop-aliexpress-importer.js"
            ]
        }
    ]
}