Dropshipman-Aliexpress&Temu Product Importer

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

Cos'è Dropshipman-Aliexpress&Temu Product Importer?

Dropshipman-Aliexpress&Temu Product Importer è un'estensione di Chrome sviluppata da https://dropshipman.com, e la sua funzione principale è "Import and sync products from AliExpress / Temu to your Shopify store".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dropshipman-Aliexpress&Temu Product Importer

Scarica i file di estensione Dropshipman-Aliexpress&Temu Product Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dropshipman-Aliexpress&Temu Product Importer Dropshipman-Aliexpress&Temu Product Importer
ID bobhjedlciclpchpelkgiojkmmfgnihg
URL Ufficiale https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg
Descrizione Import and sync products from AliExpress / Temu to your Shopify store
Dimensione del File 225 KB
Conteggio Installazioni 4,000
Versione Corrente 2.1.0
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2020-08-20
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://dropshipman.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dropshipman.com/
URL della Pagina di Aiuto https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension
URL della Pagina della Politica sulla Privacy https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}