VuongPhat Add-on

Công cụ đặt hàng của Vượng Phát

What is VuongPhat Add-on?

VuongPhat Add-on is a Chrome extension developed by Quang Hùng, and its main feature is "Công cụ đặt hàng của Vượng Phát".

Extension Screenshots

screenshot

Download VuongPhat Add-on Extension CRX File

Download VuongPhat 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 - Vượng phát
CÔNG CỤ ĐẶT HÀNG - vuongphatlogistics.com 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 VuongPhat Add-on VuongPhat Add-on
ID jhjmafmfoljchlgfjijgmdkilnmohhkc
Official URL https://chromewebstore.google.com/detail/vuongphat-add-on/jhjmafmfoljchlgfjijgmdkilnmohhkc
Description Công cụ đặt hàng của Vượng Phát
File Size 87.04 KB
Installation Count 20
Current Version 2.2
Last Updated 2022-05-08
Publish Date 2021-03-03
Developer Quang Hùng
Email [email protected]
Payment Type free
Extension Website https://vuongphatlogistics.com/
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": "VuongPhat Add-on",
    "version": "2.2",
    "manifest_version": 3,
    "description": " C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a V\u01b0\u1ee3ng Ph\u00e1t",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "vuongphat-logo.png"
        ],
        "default_icon": "vuongphat-logo.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\/*"
            ]
        }
    ]
}