Sabo - Công cụ hỗ trợ người mua hàng

Sabo - Công cụ hỗ trợ người mua hàng

What is Sabo - Công cụ hỗ trợ người mua hàng?

Sabo - Công cụ hỗ trợ người mua hàng is a Chrome extension developed by 123Gobiz, and its main feature is "Sabo - Công cụ hỗ trợ người mua hàng".

Extension Screenshots

screenshot

Download Sabo - Công cụ hỗ trợ người mua hàng Extension CRX File

Download Sabo - Công cụ hỗ trợ người mua hàng 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

                        Sabo cung cấp giải pháp mua sắm online, nhập hàng kinh doanh giá gốc, vận chuyển hàng siêu tốc phù hợp với mọi nhu cầu của bạn.
Để giúp quý khách đặt hàng tốt hơn chúng tôi xin giới thiệu đến quý khách hàng một phiên bản công cụ đặt hàng tối ưu với các chức năng như:

- Đặt hàng đơn giản, dễ dàng hơn trên các website 1688, tmall, taobao
- Thêm nhanh sản phẩm vào danh sách sản phẩm yêu thích
- Hỗ trợ thông báo lỗi không đặt được hàng ngay trên thanh công cụ                    

Extension Basic Information

Name Sabo - Công cụ hỗ trợ người mua hàng Sabo - Công cụ hỗ trợ người mua hàng
ID dgkolciljcelfnmfmegcdchbkoeninal
Official URL https://chromewebstore.google.com/detail/sabo-c%C3%B4ng-c%E1%BB%A5-h%E1%BB%97-tr%E1%BB%A3-ng%C6%B0%E1%BB%9Di/dgkolciljcelfnmfmegcdchbkoeninal
Description Sabo - Công cụ hỗ trợ người mua hàng
File Size 4.06 MB
Installation Count 66
Current Version 4.2010.1800
Last Updated 2023-10-23
Publish Date 2022-12-22
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": 3,
    "name": "Sabo - C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi mua h\u00e0ng",
    "short_name": "Sabo - C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi mua h\u00e0ng",
    "description": "Sabo - C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi mua h\u00e0ng",
    "version": "4.2010.1800",
    "icons": {
        "16": "sapo-logo.png",
        "48": "sapo-logo.png",
        "128": "sapo-logo.png"
    },
    "action": {
        "default_icon": {
            "32": "sapo-logo.png",
            "64": "sapo-logo.png",
            "128": "sapo-logo.png"
        },
        "name": "Gobiz"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/detail.1688.com\/*",
                "*:\/\/cart.1688.com\/*",
                "*:\/\/order.1688.com\/*",
                "*:\/\/cart.taobao.com\/*",
                "*:\/\/work.1688.com\/home\/*",
                "*:\/\/buyertrade.taobao.com\/trade\/*",
                "*:\/\/buy.taobao.com\/auction\/*",
                "*:\/\/item.taobao.com\/*",
                "*:\/\/trade.taobao.com\/detail\/*",
                "*:\/\/*.detail.tmall\/*",
                "*:\/\/*.detail.tmall.hk\/*",
                "*:\/\/*.tmall.com\/item\/*",
                "*:\/\/*.tmall.com\/order\/*",
                "*:\/\/*.tmall.com\/detail\/*",
                "*:\/\/*.detail.liangxinyao.com\/*",
                "*:\/\/*.detail.tmall.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentCommon.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScriptLink.js",
                "contentShop.js",
                "contentProduct.js",
                "contentProducts.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/member1.taobao.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentTaobao.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/order.1688.com\/order\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content1688.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/trade.tmall.com\/*",
                "*:\/\/buyertrade.taobao.com\/*",
                "*:\/\/trade.taobao.com\/*",
                "*:\/\/trade.tmall.com\/detail\/*",
                "*:\/\/trade.1688.com\/order\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentOrderDetailTaobao.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injector.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}