Oberlo - Aliexpress.com Product Importer

Import and sync products from AliExpress to your Shopify store

Was ist Oberlo - Aliexpress.com Product Importer?

Oberlo - Aliexpress.com Product Importer ist eine Chrome-Erweiterung, die von http://oberlo.com entwickelt wurde, und ihr Hauptmerkmal ist "Import and sync products from AliExpress to your Shopify store".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Oberlo - Aliexpress.com Product Importer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Oberlo - Aliexpress.com Product Importer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        More than 100 million products have been sold using Oberlo’s dropshipping app, and if you want to sell products yourself then this is the Chrome Extension for you. 

Think of it as the keys to a virtual warehouse packed with products from thousands of suppliers. Electronics, fashion, beauty, toys. You name it, you can find it.

In just a few clicks, Oberlo’s dropshipping app lets you grab your goods, customize the details, then pull them into your online store, ready to sell.

Never worry about packaging or shipping. Spend your energy on making sales, and growing your business.

Side hustle, passion project, full-time career – whatever your drive, Oberlo is the toolkit to help you start and grow your own thing. For free.

Interested? Learn more about Oberlo here: https://www.oberlo.com/

Oberlo Chrome Extension Features:

Push products from AliExpress into your Shopify store, and start dropshipping them today. 
Order products from AliExpress.com with an auto-filled checkout form. 
Link order details between your store and AliExpress to simplify bulk orders. 
Sort products on AliExpress by delivery options.

Oberlo will also help you with:

Learn to Dropship. Don’t know a thing about running a dropshipping business? No drama. We’ll show you how. 
Easily find products to sell online. Discover a huge variety of products and cater your inventory to your audience. 
Powerful Product Data. Find the rising stars, the high-potential products, and the hidden gems. Oberlo data helps you hone your product-hunting instincts, and discover your winning dropshipping product formula.
One-click order shipping. Ship your products straight from your supplier’s warehouse to your customer’s doorstep.                    

Grundlegende Informationen zur Erweiterung

Name Oberlo - Aliexpress.com Product Importer Oberlo - Aliexpress.com Product Importer
ID hmanipjnbjnhoicdnooapcnfonebefel
Offizielle URL https://chrome.google.com/webstore/detail/oberlo-aliexpresscom-prod/hmanipjnbjnhoicdnooapcnfonebefel
Beschreibung Import and sync products from AliExpress to your Shopify store
Dateigröße 698 KB
Installationsanzahl 600,000
Aktuelle Version 3.41.0
Letztes Update 2022-05-20
Veröffentlichungsdatum 2020-07-02
Bewertung 4.54/5 Insgesamt 1161 Bewertungen
Entwickler http://oberlo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.oberlo.com/?utm_medium=marketplace&utm_campaign=app-listing&utm_source=chrome.google.com
URL der Datenschutzrichtlinien-Seite https://www.shopify.com/legal/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "49.0.0.0",
    "name": "Oberlo - Aliexpress.com Product Importer",
    "description": "Import and sync products from AliExpress to your Shopify store",
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/inactive-19x19.png",
            "38": "assets\/icons\/inactive-38x38.png"
        },
        "default_title": "AliExpress.com Product Importer",
        "default_popup": "popups\/default.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/common.bundle.js",
            "assets\/js\/main.js",
            "scripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.oberlo.com\/*",
            "*:\/\/*.myshopify.io\/*",
            "*:\/\/*.aliexpress.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/category.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "webfonts": [
                "assets\/webfonts\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/sale.aliexpress.com\/*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/sales-category-page.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/sale.aliexpress.com\/__pc\/affi-item.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/sales-page.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/product.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*"
            ],
            "js": [
                "scripts\/content\/document-domain-script-inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/404.html"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/404.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/order\/*"
            ],
            "exclude_matches": [
                "https:\/\/shoppingcart.aliexpress.com\/order\/payOnlineSuccess*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/pay-online-success*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/confirm_order.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/payResult.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/createOrderFailed.htm*"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/checkout.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/order\/createOrderFailed.htm*"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/create-order-failed.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/shopcart\/shopcartDetail.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/cart.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/orders.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/confirm_order.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/new-checkout.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.aliexpress.com\/p\/order\/index.htm*",
                "https:\/\/www.aliexpress.com\/p\/order\/detail.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/new-order-detail.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/order_detail.htm*",
                "https:\/\/trade.aliexpress.com\/orderDetail.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/order-detail.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/orderList.htm*",
                "https:\/\/trade.aliexpress.com\/order_list.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/order-list.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/order\/payOnlineSuccess.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/pay-online-success.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/pay_online_success.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/buynow\/payOnlineSuccess.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/buynow\/pay-online-success.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/buynow\/pay_online_success.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/payOnlineResult.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/payResult.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/pay-online-result.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/pay_online_result.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/pay-online-success.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/wishlist\/wish_list_product_list.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/wishlist.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/order\/secondPayment.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/secondPayment.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/dropshippercenter\/join_result.htm*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/dropshipping-program-success.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/oberlo.myshopify.io\/*",
                "https:\/\/app.oberlo.com\/*"
            ],
            "js": [
                "assets\/js\/common.bundle.js",
                "assets\/js\/main.js",
                "scripts\/content\/oberlo-orders.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "*:\/\/*.oberlo.com\/*",
        "https:\/\/*.alibaba.com\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "notifications",
        "storage",
        "cookies",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/images\/logo.svg",
        "assets\/images\/logo-tag-white.svg",
        "assets\/images\/logo-tag.svg",
        "assets\/images\/logo-full.png",
        "assets\/images\/logo-small.png",
        "assets\/images\/logo-xs.png",
        "assets\/images\/icon-sync.png",
        "assets\/images\/btn-floating.png",
        "assets\/images\/icon-time.png",
        "assets\/images\/icon-x.png",
        "assets\/images\/icon-import-success.svg",
        "assets\/images\/icon-import-error.svg",
        "assets\/images\/icon-check.png",
        "assets\/images\/icon-close.png",
        "assets\/images\/icon-close.svg",
        "assets\/images\/icon-close-circle.png",
        "assets\/images\/icon-question.svg",
        "assets\/images\/icon-loader.svg",
        "scripts\/run-params.js",
        "scripts\/override.js",
        "scripts\/injected.js",
        "scripts\/payment.js",
        "pages\/help.html",
        "pages\/status.html",
        "pages\/first-install.html"
    ],
    "options_ui": {
        "page": "pages\/help.html",
        "chrome_style": false
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.shopifycloud.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'",
    "homepage_url": "https:\/\/app.oberlo.com\/",
    "version": "3.41.0"
}