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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Công cụ mua hàng Gobiz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}