Alibabaexpress Add-on

Order Vận chuyển - Alibabaexpress.vn

What is Alibabaexpress Add-on?

Alibabaexpress Add-on is a Chrome extension developed by Quang Hùng, and its main feature is "Order Vận chuyển - Alibabaexpress.vn".

Extension Screenshots

screenshot
screenshot

Download Alibabaexpress Add-on Extension CRX File

Download Alibabaexpress Add-on extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Order Vận chuyển - https://alibabaexpress.vn
CÔNG CỤ ĐẶT HÀNG - https://alibabaexpress.vn có thể được coi là một hoa tiêu giúp bạn mua hàng dễ dàng hơn trên các website thương mại điện tử Trung Quốc.

Tính năng chính:

1. Giỏ hàng xem trước: Bạn có thể xem nhanh các sản phẩm mà mình đã chọn mua mà không cần phải lo lắng về việc mình có cần phải đăng nhập hay không. Chúng sẽ được tự động lưu giữ lại cho tới khi bạn chọn "Xóa tất cả" trong giao diện giỏ hàng.

2. Tỷ giá và giá chuyển đổi: Công cụ này sẽ cập nhật tỷ giá theo thời gian thực và dựa vào đó để quy đổi giá trị hàng hóa từ tiền Tệ ra tiền Việt. Giúp bạn dễ dàng theo dõi giá trị của sản phẩm một cách nhanh và chính xác nhất.                    

Extension Basic Information

Name Alibabaexpress Add-on Alibabaexpress Add-on
ID acdcaafghpklfpebjgmpogihnedbdekb
Official URL https://chromewebstore.google.com/detail/alibabaexpress-add-on/acdcaafghpklfpebjgmpogihnedbdekb
Description Order Vận chuyển - Alibabaexpress.vn
File Size 59.21 KB
Installation Count 43
Current Version 1.3
Last Updated 2019-01-28
Publish Date 2019-01-27
Developer Quang Hùng
Email [email protected]
Payment Type free
Privacy Policy Page URL https://nhaphang68.com/noi-dung/51/privacy-policy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alibabaexpress Add-on",
    "version": "1.3",
    "manifest_version": 2,
    "description": " Order V\u1eadn chuy\u1ec3n - Alibabaexpress.vn",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "alibabaexpress.png"
        ],
        "default_icon": "alibabaexpress.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/s_common.js",
                "js\/s_taobao.js",
                "js\/s_alibaba.js",
                "js\/s_vipshop.js",
                "js\/s_main.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.vip.com\/*",
                "https:\/\/*.vip.com\/*"
            ]
        }
    ]
}