AliScraper - Aliexpress Dropshipping Importer

FREE AliExpress product importer to automate dropshipping. Better alternative to Oberlo. Integrates with Shopify, Wix, Wordpress,etc

¿Qué es AliScraper - Aliexpress Dropshipping Importer?

AliScraper - Aliexpress Dropshipping Importer es una extensión de Chrome desarrollada por Spocket, y su función principal es "FREE AliExpress product importer to automate dropshipping. Better alternative to Oberlo. Integrates with Shopify, Wix, Wordpress,etc".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AliScraper - Aliexpress Dropshipping Importer

Descarga archivos de extensión AliScraper - Aliexpress Dropshipping Importer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        FREE AliExpress dropshipping product importer to automate your dropshipping store. AliScraper is powered by Spocket - AliExpress Official Preferred Dropshipping Partner.

AliScraper is a powerful dropshipping tool that helps you streamline your AliExpress product imports and order fulfillment. With just a few clicks, you can easily import an unlimited number of products and automate your order management.

With AliScraper, you can quickly add winning products to your eCommerce store and start selling in no time. Our search filter allows you to find products based on specific shipping options and destinations, such as ePacket shipping.

This free Chrome extension also features bulk product importing, one-click product pushing to your Shopify or other eCommerce stores, and an Oberlo-to-Spocket migration tool. You can also search for products using images and receive product recommendations to help you find similar items.

This means you'll have access to millions of products with fast shipping times and high-profit margins. You can easily manage all of your orders and supplier relationships on Spocket, with 24/7 customer support.

AliScraper Chrome Extension Features

Fast, One-Click Product Importer: Push products from AliExpress to your Shopify store, or any other eCommerce store.

Bulk Product Importer: Automatically import hundreds of products from any of the featured collections to your online store.

Oberlo-to-Spocket Migration Tool: AliScraper allows you to import all of your products from Oberlo to Spocket in 1 easy click. Combine all of your dropshipping needs from Oberlo into a one-stop-shop platform on Spocket.

Search by Image & Product Recommendation: Search products by image. Use the Product Recommendation tool to find similar items.

Process hundreds of orders instantly: Process hundreds of orders in bulk with one click. Ship orders directly from suppliers to your customers’ doorstep. Fulfill dropshipping orders faster and spend more time building your store and brand.
24/7 Customer Support: A dedicated support team is available to help you at any time with dropshipping.

Sign up for AliScraper today for FREE and start importing AliExpress products to your store with ease!                    

Información Básica de la Extensión

Nombre AliScraper - Aliexpress Dropshipping Importer AliScraper - Aliexpress Dropshipping Importer
ID hdlajobndamjlloioebnannnlbopndee
URL Oficial https://chromewebstore.google.com/detail/aliscraper-aliexpress-dro/hdlajobndamjlloioebnannnlbopndee
Descripción FREE AliExpress product importer to automate dropshipping. Better alternative to Oberlo. Integrates with Shopify, Wix, Wordpress,etc
Tamaño del Archivo 324 KB
Cantidad de Instalaciones 90,335
Versión Actual 1.2.15
Última Actualización 2023-12-18
Fecha de Publicación 2020-06-28
Calificación 4.25/5 Total de 204 Calificaciones
Desarrollador Spocket
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.aliscraper.com/
URL de la Página de Ayuda https://help.spocket.co/en/collections/3296397-aliscraper-automated-aliexpress-dropshipping
URL de la Página de Política de Privacidad https://www.spocket.co/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "FREE AliExpress product importer to automate dropshipping. Better alternative to Oberlo. Integrates with Shopify, Wix, Wordpress,etc",
    "version": "1.2.15",
    "name": "AliScraper - Aliexpress Dropshipping Importer",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "turnedOff.png",
        "default_popup": "popup.html",
        "default_title": "AliScraper - Aliexpress Dropshipping Importer"
    },
    "icons": {
        "128": "turnedOn.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/*.aliscraper.com\/*",
                "https:\/\/*.oberlo.com\/*",
                "https:\/\/*.spocket.co\/*",
                "https:\/\/*.dsers.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.aliexpress.com\/",
        "https:\/\/*.aliexpress.us\/",
        "https:\/\/*.aliscraper.com\/",
        "https:\/\/*.oberlo.com\/",
        "https:\/\/*.spocket.co\/",
        "https:\/\/*.dsers.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "AvenirLTStd-Book.otf",
                "Avenir-Roman.otf",
                "Avenir-Heavy-05.otf",
                "popup.html",
                "combined-shape-copy-4.svg",
                "shape.svg",
                "icon-check.svg",
                "icon-close.svg",
                "add-to-cart-draw.svg",
                "icon-x.svg",
                "circle-tick-major.svg",
                "icon-error.svg",
                "illu-error.svg",
                "f.svg",
                "g.svg",
                "back.svg",
                "logo.svg",
                "illu-i-ciricle.svg",
                "successful-purchase-draw.svg",
                "support.svg",
                "illu-empty-cart.svg",
                "annotation-draw.svg",
                "icon-info.svg",
                "powered_by.svg",
                "notice.svg",
                "icon-adding.svg",
                "yellow-star.svg",
                "star.svg",
                "play-icon.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}