BestDealer - Import Aliexpress Product

Import any Aliexpress product to Shopify store with one click

BestDealer - Import Aliexpress Product란 무엇입니까?

BestDealer - Import Aliexpress Product은(는) BestDealer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import any Aliexpress product to Shopify store with one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BestDealer - Import Aliexpress Product 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BestDealer Chrome Extension allows you to import any Aliexpress product to your Shopify store with one-click. To begin, add this extension, visit a product page, and click on the "Add to BestDealer" Button.

■  One-Click Import: Find your niche and import any product on Aliexpress with just one-click.
■  Bulk Orders: Seamlessly place large volume orders with our automated process.
■  Manage Multi-Stores : Manage products for multiple stores without switching accounts. 

BestDealer, the Shopify App, allows you to find niche products from US suppliers and AliExpress suppliers, add them to your Shopify store, and get AliExpress dropshipping cashback. BestDealer will save your time and effort, and make your dropshipping business more efficient to scale bigger than ever before.

Start Free
No Trial. No Required Payment Method. No Catch. We offer the boost you need for the price of NOTHING.We will give you the boost you needed with absolutely zero cost. 

Everything You Need, In One Place

Make Profits Like A Pro
■  Follow the Trends: Know your products, and know your competitors. Use our integrated trend rankings to see top grossing products, jump on a new trend and more.
■  U.S. Suppliers: Faster domestic delivery with reliable, certified BestDealer Suppliers. 
■  AliExpress Whitelist: No more wait times. Place your orders as often as you want. 

Ask Us Anything! 
Please feel free to contact us at [email protected], or send us a message on Facebook Messenger. Don't forget to join our Facebook Group, where we constantly share dropshipping tips, insights, and the latest winning products! 

Visit bestdealer.com for more information. 

Happy Dropshipping!                    

확장 프로그램 기본 정보

이름 BestDealer - Import Aliexpress Product BestDealer - Import Aliexpress Product
ID ckhachkmihambclhgcoelldkmighjpdf
공식 URL https://chromewebstore.google.com/detail/bestdealer-import-aliexpr/ckhachkmihambclhgcoelldkmighjpdf
설명 Import any Aliexpress product to Shopify store with one click
파일 크기 948 KB
설치 횟수 879
현재 버전 2.0.1
최근 업데이트 2022-11-29
출시 날짜 2022-09-13
평점 5.00/5 총 2 개의 평점
개발자 BestDealer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bestdealer.com
도움말 페이지 URL https://www.bestdealer.com
개인정보 보호 정책 페이지 URL https://www.bestdealer.com/privacyPolicy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BestDealer - Import Aliexpress Product",
    "version": "2.0.1",
    "description": "Import any Aliexpress product to Shopify store with one click",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/activeWindow.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/orderList.htm*",
                "https:\/\/trade.aliexpress.com\/order_list.htm*"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/sync-script.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/order\/payResult.htm*"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/pay-result.js"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/importModal.js",
                "js\/category.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/importModal.js",
                "js\/product.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/shopcart\/shopcartDetail.htm*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/cart.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/orders.htm*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/checkout.js"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/oberlo.js"
            ],
            "matches": [
                "https:\/\/app.oberlo.com\/my-products*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/oberlo-order.js"
            ],
            "matches": [
                "https:\/\/app.oberlo.com\/orders*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/kfbuy-script.js"
            ],
            "matches": [
                "*:\/\/open.dev.kfbuy.com\/*",
                "https:\/\/app.bestdealer.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.8.3.js"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/importModal.js",
                "js\/ae-dropshiping-center.js",
                "js\/ae-dropshiping-center-dashboard.js"
            ],
            "matches": [
                "https:\/\/home.aliexpress.com\/dropshippercenter\/product_find.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/importModal.js",
                "js\/ae-dropshiping-center-dashboard.js"
            ],
            "matches": [
                "https:\/\/home.aliexpress.com\/dropshippercenter\/dashboard.htm*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.bestdealer.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.us\/*",
        "https:\/\/app.oberlo.com\/*",
        "https:\/\/open.dev.kfbuy.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "js\/jquery-1.8.3.js",
                "js\/script\/run-param.js",
                "js\/script\/checkoutInject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/open.dev.kfbuy.com\/*",
            "https:\/\/app.bestdealer.com\/*",
            "https:\/\/app.bestdealer.us\/*",
            "*:\/\/*.aliexpress.com\/*"
        ]
    },
    "homepage_url": "https:\/\/app.bestdealer.com",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}