Oberlo - Aliexpress.com Product Importer

Import and sync products from AliExpress to your Shopify store

Oberlo - Aliexpress.com Product Importer란 무엇입니까?

Oberlo - Aliexpress.com Product Importer은(는) http://oberlo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import and sync products from AliExpress to your Shopify store"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Oberlo - Aliexpress.com Product Importer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Oberlo - Aliexpress.com Product Importer Oberlo - Aliexpress.com Product Importer
ID hmanipjnbjnhoicdnooapcnfonebefel
공식 URL https://chrome.google.com/webstore/detail/oberlo-aliexpresscom-prod/hmanipjnbjnhoicdnooapcnfonebefel
설명 Import and sync products from AliExpress to your Shopify store
파일 크기 698 KB
설치 횟수 600,000
현재 버전 3.41.0
최근 업데이트 2022-05-20
출시 날짜 2020-07-02
평점 4.54/5 총 1161 개의 평점
개발자 http://oberlo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.oberlo.com/?utm_medium=marketplace&utm_campaign=app-listing&utm_source=chrome.google.com
개인정보 보호 정책 페이지 URL https://www.shopify.com/legal/privacy
지원되는 언어 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"
}