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

Vad är Công cụ mua hàng Gobiz?

Công cụ mua hàng Gobiz är en Chrome-tillägg utvecklad av https://gobiz.vn, och dess huvudfunktion är "Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Công cụ mua hàng Gobiz-förlängningens CRX-fil

Ladda ner Công cụ mua hàng Gobiz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Công cụ mua hàng Gobiz Công cụ mua hàng Gobiz
ID fmknmegefdocamdggpdlcnippgjfelmn
Officiell webbadress https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-mua-h%C3%A0ng-gobiz/fmknmegefdocamdggpdlcnippgjfelmn
Beskrivning Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn
Filstorlek 293 KB
Antal Installationer 279
Aktuell Version 1.3
Senast Uppdaterad 2024-01-16
Publiceringsdatum 2020-06-30
Utvecklare https://gobiz.vn
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gobiz.vn
URL till Sekretesspolicy Sidan https://gobiz.vn/gobiz-privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}