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

What is Công cụ mua hàng Gobiz?

Công cụ mua hàng Gobiz is a Chrome extension developed by 123Gobiz, and its main feature is "Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn".

Extension Screenshots

screenshot
screenshot
screenshot

Download Công cụ mua hàng Gobiz Extension CRX File

Download Công cụ mua hàng Gobiz 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

                        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                    

Extension Basic Information

Name Công cụ mua hàng Gobiz Công cụ mua hàng Gobiz
ID hjiknelkcfmhfimmgpjeblecgfinkhph
Official URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-mua-h%C3%A0ng-gobiz/hjiknelkcfmhfimmgpjeblecgfinkhph
Description Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn
File Size 170 KB
Installation Count 25
Current Version 0.20.0
Last Updated 2020-06-27
Publish Date 2020-06-27
Developer 123Gobiz
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gobiz.vn/gobiz-privacy-policy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "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": "0.20.0",
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "style\/content.css"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "css": [
                "autopai\/css\/custom.css"
            ],
            "js": [
                "autopai\/config.js",
                "autopai\/js\/lib\/jquery.min.js",
                "autopai\/js\/lib\/lodash.min.js",
                "autopai\/js\/lib\/util.js",
                "autopai\/js\/lib\/aff.js",
                "autopai\/js\/pusher.js",
                "autopai\/js\/autopai.class.js",
                "autopai\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "runt_at": "document_end"
        },
        {
            "js": [
                "autopai\/config.js",
                "autopai\/js\/lib\/jquery.min.js",
                "autopai\/js\/lib\/lodash.min.js",
                "autopai\/js\/lib\/util.js",
                "autopai\/js\/pusher.js",
                "autopai\/js\/autopai.class.js",
                "autopai\/js\/autopai\/init\/taobao.js",
                "autopai\/js\/content.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\/jquery.min.js",
                "autopai\/js\/lib\/lodash.min.js",
                "autopai\/js\/lib\/util.js",
                "autopai\/js\/autopai.class.js",
                "autopai\/js\/autopai\/init\/tmall.js",
                "autopai\/js\/content.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\/jquery.min.js",
                "autopai\/js\/lib\/lodash.min.js",
                "autopai\/js\/lib\/util.js",
                "autopai\/js\/autopai.class.js",
                "autopai\/js\/autopai\/init\/1688.js",
                "autopai\/js\/content.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",
        "*:\/\/*.taobao.com\/*",
        "*:\/\/*.1688.com\/*",
        "*:\/\/*.tmall.com\/*",
        "*:\/\/*.tb.cn\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/browser.sentry-cdn.com; object-src 'self'"
}