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

¿Qué es Công cụ mua hàng Gobiz?

Công cụ mua hàng Gobiz es una extensión de Chrome desarrollada por https://gobiz.vn, y su función principal es "Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Công cụ mua hàng Gobiz

Descarga archivos de extensión Công cụ mua hàng Gobiz en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Công cụ mua hàng Gobiz Công cụ mua hàng Gobiz
ID fmknmegefdocamdggpdlcnippgjfelmn
URL Oficial https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-mua-h%C3%A0ng-gobiz/fmknmegefdocamdggpdlcnippgjfelmn
Descripción Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn
Tamaño del Archivo 293 KB
Cantidad de Instalaciones 279
Versión Actual 1.3
Última Actualización 2024-01-16
Fecha de Publicación 2020-06-30
Desarrollador https://gobiz.vn
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://gobiz.vn
URL de la Página de Política de Privacidad https://gobiz.vn/gobiz-privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}