Dropshipman-Aliexpress&Temu Product Importer

Import and sync products from AliExpress / Temu to your Shopify store

Dropshipman-Aliexpress&Temu Product Importerとは何ですか?

Dropshipman-Aliexpress&Temu Product Importerはhttps://dropshipman.comによって開発されたChromeの拡張機能で、その主な機能は「Import and sync products from AliExpress / Temu to your Shopify store」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Dropshipman-Aliexpress&Temu Product Importer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        1. Login the app DropShipMan in your shopify store
2. Go to Aliexpress.com/temu.com
3. Start using the extension when you browse categories, store, wishlist or search for products on AliExpress/Temu.
4. Bulk add products in categories or search page required that the page scroll to the bottom for AliExpress have loads the products.                    

拡張機能の基本情報

名前 Dropshipman-Aliexpress&Temu Product Importer Dropshipman-Aliexpress&Temu Product Importer
ID bobhjedlciclpchpelkgiojkmmfgnihg
公式URL https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg
説明 Import and sync products from AliExpress / Temu to your Shopify store
ファイルサイズ 225 KB
インストール数 4,000
現在のバージョン 2.1.0
最終更新日 2024-02-27
公開日 2020-08-20
評価 4.00/5 合計 4 レビュー
開発者 https://dropshipman.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.dropshipman.com/
ヘルプページのURL https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension
プライバシーポリシーページのURL https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropshipman-Aliexpress&Temu Product Importer",
    "version": "2.1.0",
    "manifest_version": 3,
    "description": "Import and sync products from AliExpress \/ Temu to your Shopify store",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_title": "Dropshipman-Aliexpress&Temu Product Importer",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.temu.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/*.1688.com\/*",
                "*:\/\/*.dropshipman.com\/*"
            ],
            "js": [
                ".\/content_scripts.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.dropshipman.com\/*",
        "https:\/\/test-api.dropshipman.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/logo128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}