UniteXpress

Import and sync products from AliExpress to your Shopify store

UniteXpress là gì?

UniteXpress là một tiện ích mở rộng Chrome được phát triển bởi Swan Software, và tính năng chính của nó là "Import and sync products from AliExpress to your Shopify store".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UniteXpress

Tải xuống các tệp mở rộng UniteXpress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        UniteXpress allows you to instantly import products from AliExpress directly into Shopify store’s and ship directly to the customers – in only a few clicks.

Shipping Features include Epacket option allows which Highlights users only Epacket related products

With Unitexpress Plugin user Imports products while browsing AliExpress. After he finds the product you want to import, he just click the Unitexpress Chrome Extension icon and the product is imported & ready to be published to your store                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UniteXpress UniteXpress
ID goofcmgbmabnnnkfmjcchocjdfpgjmlk
URL Chính Thức https://chromewebstore.google.com/detail/unitexpress/goofcmgbmabnnnkfmjcchocjdfpgjmlk
Mô tả Import and sync products from AliExpress to your Shopify store
Kích Thước Tệp 250 KB
Số Lần Cài Đặt 1,732
Phiên Bản Hiện Tại 3.4.0
Cập Nhật Lần Cuối 2020-07-26
Ngày Phát Hành 2020-05-02
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Swan Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.unitecom.co/
URL Trang Trợ Giúp https://www.unitexpres.com/privacy-policy/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "assets\/js\/libs\/config.js",
            "assets\/js\/libs\/jquery.min.js",
            "scripts\/background\/functions.js",
            "scripts\/background\/listeners.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/inactive19x19.png",
            "38": "assets\/icons\/inactive38x38.png"
        },
        "default_popup": "popups\/default.html",
        "default_title": "UniteXpress"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/manage.js"
            ],
            "matches": [
                "*:\/\/*.ilogisticsaddress.aliexpress.com\/addressList.htm*"
            ]
        },
        {
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/paymentToast.js"
            ],
            "matches": [
                "*:\/\/*.shoppingcart.aliexpress.com\/orders.htm*"
            ]
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/wishlist.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/wishlist\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/category.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/af\/*",
                "*:\/\/*.aliexpress.com\/w\/*",
                "*:\/\/*.aliexpress.com\/category\/*",
                "*:\/\/*.aliexpress.com\/wholesale*",
                "*:\/\/*.aliexpress.com\/premium*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/product.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/fillOrderId.js"
            ],
            "matches": [
                "*:\/\/icashier.alipay.com\/payment\/checkout.htm*",
                "*:\/\/app.unitexpres.com\/manageOrders.php*",
                "*:\/\/app.oberlo.com\/orders\/*",
                "*:\/\/app.oberlo.com\/orders?*",
                "*:\/\/shoppingcart.aliexpress.com\/order\/*",
                "*:\/\/aliorders.fireapps.io\/orders*",
                "*:\/\/aliorders.fireapps.io\/orders?*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/checkout.js"
            ],
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/order\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/cart.js"
            ],
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/shopcart\/shopcartDetail.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/order.js"
            ],
            "matches": [
                "*:\/\/trade.aliexpress.com\/order_detail.htm*",
                "*:\/\/trade.aliexpress.com\/orderDetail.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/orders.js"
            ],
            "matches": [
                "*:\/\/trade.aliexpress.com\/orderList.htm*",
                "*:\/\/trade.aliexpress.com\/order_list.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/pay_result.js",
                "scripts\/content\/fillOrderId.js"
            ],
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/order\/pay_online_result.htm*",
                "*:\/\/shoppingcart.aliexpress.com\/order\/*",
                "*:\/\/shoppingcart.aliexpress.com\/order\/payOnlineSuccess.htm*",
                "*:\/\/merchant.wmtransfer.com\/lmi\/SignedLoginFormNewWC.asp*",
                "*:\/\/merchant.web.money\/lmi\/SignedLoginFormNewWC.asp*",
                "*:\/\/trade.aliexpress.com\/orderList.htm?order_id*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css",
                "assets\/stylesheets\/css\/wishlist.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery.min.js",
                "scripts\/content\/varifyUser.js"
            ],
            "matches": [
                "*:\/\/*.webbieninjas.com\/*",
                "*:\/\/app.unitexpres.com\/*",
                "*:\/\/unitecom.co\/*",
                "*:\/\/development.unitexpres.com\/*",
                "*:\/\/app.oberlo.com\/orders\/*",
                "*:\/\/app.oberlo.com\/orders?*",
                "*:\/\/aliorders.fireapps.io\/orders*",
                "*:\/\/aliorders.fireapps.io\/orders?*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css",
                "assets\/stylesheets\/css\/wishlist.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/syncPublishedProduct.js"
            ],
            "matches": [
                "*:\/\/app.oberlo.com\/products",
                "*:\/\/app.oberlo.com\/my-products",
                "*:\/\/app.oberlo.com\/products?*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/comman.css",
                "assets\/stylesheets\/css\/wishlist.css"
            ],
            "js": [
                "assets\/js\/libs\/config.js",
                "assets\/js\/libs\/jquery.min.js",
                "assets\/js\/scripts\/messages.js",
                "scripts\/content\/syncNotPlacedOrders.js",
                "scripts\/content\/orderWithRewards.js"
            ],
            "matches": [
                "*:\/\/app.oberlo.com\/orders",
                "*:\/\/app.oberlo.com\/orders?*",
                "*:\/\/aliorders.fireapps.io\/orders*",
                "*:\/\/aliorders.fireapps.io\/orders?*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Import and sync products from AliExpress to your Shopify store",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.webbieninjas.com\/*",
            "*:\/\/app.unitexpres.com\/*",
            "*:\/\/development.unitexpres.com\/*",
            "*:\/\/*.aliexpress.com\/*"
        ]
    },
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "manifest_version": 2,
    "name": "UniteXpress",
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.webbieninjas.com\/*",
        "*:\/\/unitecom.co\/*",
        "*:\/\/development.unitexpres.com\/*",
        "*:\/\/app.unitexpres.com\/*",
        "*:\/\/app.oberlo.com\/*",
        "tabs",
        "storage"
    ],
    "version": "3.4.0",
    "web_accessible_resources": [
        "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.png",
        "assets\/images\/icon-import-error.png",
        "assets\/images\/icon-check.png",
        "assets\/images\/icon-close.png",
        "assets\/images\/icon-close-circle.png"
    ]
}