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ファイルをダウンロード

Zendrop - AliExpress Product Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}