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

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

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

Sabo - Công cụ hỗ trợ người mua hàng er en Chrome-udvidelse udviklet af 123Gobiz, og dens hovedfunktion er "Sabo - Công cụ hỗ trợ người mua hàng".

Udvidelsesskærmbilleder

screenshot

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

Download Sabo - Công cụ hỗ trợ người mua hàng-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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ụ                    

Grundlæggende oplysninger om udvidelsen

Navn Sabo - Công cụ hỗ trợ người mua hàng Sabo - Công cụ hỗ trợ người mua hàng
ID dgkolciljcelfnmfmegcdchbkoeninal
Officiel 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
Beskrivelse Sabo - Công cụ hỗ trợ người mua hàng
Filstørrelse 4.06 MB
Antal Installationer 66
Nuværende Version 4.2010.1800
Senest Opdateret 2023-10-23
Udgivelsesdato 2022-12-22
Udvikler 123Gobiz
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://gobiz.vn/gobiz-privacy-policy
Understøttede Sprog 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"
    ]
}