LumahGo - A Click Add Waybill & Products

One Click Add Waybill No. & Procurement Products

LumahGo - A Click Add Waybill & Products là gì?

LumahGo - A Click Add Waybill & Products là một tiện ích mở rộng Chrome được phát triển bởi lumahgo.com, và tính năng chính của nó là "One Click Add Waybill No. & Procurement Products".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LumahGo - A Click Add Waybill & Products

Tải xuống các tệp mở rộng LumahGo - A Click Add Waybill & Products 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

                        Tools to help you on adding Taobao procerement and shipment orders easily and no hassle.
1. You can add Taobao product into LumahGo shopping cart from Taobao product page.

2. With one click, this extension will save your shipment orders details into your LumahGo account from Taobao order detail page.

3. This extension will check if the Taobao product is entitled with free pickup delivery fees automatically.

4.Extensino also support 1688.com, aliexpress.com, shopee lazada product scraping.                    

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

Tên LumahGo - A Click Add Waybill & Products LumahGo - A Click Add Waybill & Products
ID eeijegbfohaamdmkoeilfailclkghifk
URL Chính Thức https://chromewebstore.google.com/detail/lumahgo-a-click-add-waybi/eeijegbfohaamdmkoeilfailclkghifk
Mô tả One Click Add Waybill No. & Procurement Products
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-11-13
Ngày Phát Hành 2020-08-02
Nhà Phát Triển lumahgo.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://lumahgo.com/frontend/default/helpCenter/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "manifest_version": 2,
    "name": "LumahGo - A Click Add Waybill & Products",
    "version": "1.0.2",
    "description": "One Click Add Waybill No. & Procurement Products",
    "icons": {
        "16": "image\/logo16.png",
        "32": "image\/logo32.png",
        "96": "image\/logo96.png",
        "128": "image\/logo128.png"
    },
    "content_scripts": [
        {
            "css": [
                "csslib\/sweetalert2.min.css",
                "csslib\/bootstrap.min.css",
                "csslib\/taobao_daiyun.css",
                "csslib\/taobao_daigou.css",
                "csslib\/custom.css"
            ],
            "js": [
                "jslib\/config.js",
                "jslib\/jquery.js",
                "jslib\/sweetalert2.min.js",
                "jslib\/bootstrap.min.js",
                "jslib\/lumahgo_common.js",
                "jslib\/taobao_daiyun.js",
                "jslib\/taobao_daigou.js",
                "jslib\/taobao_cashback.js"
            ],
            "matches": [
                "*:\/\/buyertrade.taobao.com\/*",
                "*:\/\/world.taobao.com\/*",
                "*:\/\/taobao.com\/*",
                "*:\/\/www.taobao.com\/*",
                "*:\/\/item.taobao.com\/*",
                "*:\/\/world.tmall.com\/*",
                "*:\/\/detail.tmall.com\/*",
                "*:\/\/detail.vip.com\/*",
                "*:\/\/s.taobao.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "image\/*"
    ],
    "permissions": [
        "storage",
        "*:\/\/lumahgo.com\/*",
        "*:\/\/localhost\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}