Công cụ mua hàng Gobiz

Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn

Co to jest Công cụ mua hàng Gobiz?

Công cụ mua hàng Gobiz to rozszerzenie Chrome opracowane przez https://gobiz.vn, a jego główną funkcją jest „Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Công cụ mua hàng Gobiz

Pobierz pliki rozszerzeń Công cụ mua hàng Gobiz w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Công cụ này là một Extension hỗ trợ việc mua hàng khi khách hàng sử dụng hệ thống quản lý mua hàng của Go Crossborder. Để sử dụng được công cụ này bạn cần đăng nhập sẵn vào hệ thống quản lý mua hàng của Go CrossBorder.

Các chức năng chính của công cụ hỗ trợ trong việc mua hàng như sau:
- Tự động thêm hàng vào giỏ trên các web site taobao, tmall, 1688 theo danh sách sản phẩm đã có trên Go CrossBorder
- Sử dụng api affiliate của taobao để tìm kiếm sản phẩm có chiết khấu
- Tự động lấy mã vận đơn cùng các thông tin khác trên đơn ở taobao, tmall, 1688
- Cho phép gửi yêu cầu thanh toán lên hệ thống
- Lấy thông tin sản phẩm tiếng Trung gốc cùng với tên thương hiệu, chất liệu sản phẩm                    

Podstawowe informacje o rozszerzeniu

Nazwa Công cụ mua hàng Gobiz Công cụ mua hàng Gobiz
ID fmknmegefdocamdggpdlcnippgjfelmn
Oficjalny URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-mua-h%C3%A0ng-gobiz/fmknmegefdocamdggpdlcnippgjfelmn
Opis Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn
Rozmiar pliku 293 KB
Liczba instalacji 279
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2024-01-16
Data Publikacji 2020-06-30
Deweloper https://gobiz.vn
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gobiz.vn
Adres URL Strony Polityki Prywatności https://gobiz.vn/gobiz-privacy-policy
Obsługiwane Języki vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "C\u00f4ng c\u1ee5 mua h\u00e0ng Gobiz",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 mua h\u00e0ng, d\u00f9ng \u0111\u1ec3 s\u1eed d\u1ee5ng cho h\u1ec7 th\u1ed1ng Go Purchasing c\u1ee7a gobiz.vn",
    "version": "1.3",
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "style\/content.css"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "css": [
                "autopai\/css\/custom.css"
            ],
            "js": [
                "autopai\/config.js"
            ],
            "matches": [
                ""
            ],
            "runt_at": "document_end"
        },
        {
            "js": [
                "autopai\/config.js",
                "autopai\/js\/lib\/md5.js",
                "autopai\/js\/autopai\/init\/taobao.js"
            ],
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "http:\/\/*.taobao.com\/item\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/*.taobao.com\/item\/*",
                "https:\/\/cart.taobao.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "autopai\/css\/custom.css"
            ],
            "js": [
                "autopai\/config.js",
                "autopai\/js\/lib\/md5.js",
                "autopai\/js\/autopai\/init\/tmall.js"
            ],
            "matches": [
                "http:\/\/*.tmall.com\/item*",
                "https:\/\/*.tmall.com\/item*",
                "http:\/\/*.tmall.hk\/hk\/item*",
                "https:\/\/*.tmall.hk\/hk\/item*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "autopai\/config.js",
                "autopai\/js\/lib\/md5.js",
                "autopai\/js\/autopai\/init\/1688.js"
            ],
            "matches": [
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/trade.1688.com\/order\/new_step_order_detail.htm*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.taobao.com\/*",
        "*:\/\/*.1688.com\/*",
        "*:\/\/*.tmall.com\/*",
        "*:\/\/*.tb.cn\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injector.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}