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

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

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

Sabo - Công cụ hỗ trợ người mua hàng是由123Gobiz開發的Chrome擴展程式,該擴展的主要功能是“Sabo - Công cụ hỗ trợ người mua hàng”。

擴展截圖

screenshot

下載Sabo - Công cụ hỗ trợ người mua hàng擴展crx文件

下載Sabo - Công cụ hỗ trợ người mua hàng擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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ụ                    

擴展基本資訊

名稱 Sabo - Công cụ hỗ trợ người mua hàng Sabo - Công cụ hỗ trợ người mua hàng
ID dgkolciljcelfnmfmegcdchbkoeninal
官方網址 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
簡介 Sabo - Công cụ hỗ trợ người mua hàng
檔案大小 4.06 MB
安裝次數 66
目前版本 4.2010.1800
更新時間 2023-10-23
上架時間 2022-12-22
開發者 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": 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"
    ]
}