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

什么是Công cụ mua hàng Gobiz?

Công cụ mua hàng Gobiz是由123Gobiz开发的Chrome扩展程序,该扩展的主要功能是“Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn”。

扩展截图

screenshot
screenshot
screenshot

下载Công cụ mua hàng Gobiz扩展crx文件

下载Công cụ mua hàng Gobiz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Công cụ mua hàng Gobiz Công cụ mua hàng Gobiz
ID hjiknelkcfmhfimmgpjeblecgfinkhph
官方URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-mua-h%C3%A0ng-gobiz/hjiknelkcfmhfimmgpjeblecgfinkhph
简介 Công cụ hỗ trợ mua hàng, dùng để sử dụng cho hệ thống Go Purchasing của gobiz.vn
文件大小 170 KB
安装次数 25
当前版本 0.20.0
更新时间 2020-06-27
上架时间 2020-06-27
开发者 123Gobiz
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://gobiz.vn/gobiz-privacy-policy
支持的语言 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'"
}