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

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

Qu'est-ce que Sabo - Công cụ hỗ trợ người mua hàng ?

Sabo - Công cụ hỗ trợ người mua hàng est une extension Chrome développée par 123Gobiz, et sa fonction principale est "Sabo - Công cụ hỗ trợ người mua hàng".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sabo - Công cụ hỗ trợ người mua hàng

Téléchargez les fichiers d'extension Sabo - Công cụ hỗ trợ người mua hàng au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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ụ                    

Informations de Base sur l'Extension

Nom Sabo - Công cụ hỗ trợ người mua hàng Sabo - Công cụ hỗ trợ người mua hàng
ID dgkolciljcelfnmfmegcdchbkoeninal
URL Officiel 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
Taille du Fichier 4.06 MB
Nombre d'Installations 66
Version Actuelle 4.2010.1800
Dernière Mise à Jour 2023-10-23
Date de Publication 2022-12-22
Développeur 123Gobiz
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://gobiz.vn/gobiz-privacy-policy
Langues Prises en Charge 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"
    ]
}