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

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

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

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

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Gobiz - 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

                        Ấp ủ từ một ý tưởng về một dự án công nghệ năm 2016, qua gần 03 năm phát triển, xây dựng bởi đội ngũ sáng lập dày dặn kinh nghiệm đến từ nhiều tập đoàn công nghệ hàng đầu. Công ty TNHH Giải pháp Công nghệ Gobiz chính thức được thành lập với tham vọng thay đổi và số hoá phương thức quản lý và kinh doanh trong ngành thương mại điện tử xuyên biên giới tại Việt Nam.
Công cụ hỗ trợ người mua hàng của Gobiz được phát triển với mục đích hỗ trợ người mua hàng có thể nhanh chóng tìm kiếm sản phẩm để mua hàng và đưa ra lựa chọn chính xác nhất khi mua hàng.
Ở lần đầu tiên ra mắt chúng tôi xin gửi đến người dùng tính năng sử dụng hình ảnh trên web bất kì để tìm kiếm sản phẩm trên taobao/tmall/1688.
Công cụ đang trong quá trình phát triển và sẽ liên tục cập nhật những tính năng mới, chúng tôi hoan nghênh mọi sự đóng góp của người dùng để có thể làm công cụ ngày càng tốt hơn, đem lại những trải nghiệm tuyệt vời cho người dùng khi mua sắm trên taobao/tmall/1688.
Xin trân trọng cảm ơn!
Đội ngũ phát triển sản phẩm Gobiz                    

Informations de Base sur l'Extension

Nom Gobiz - Công cụ hỗ trợ người mua hàng Gobiz - Công cụ hỗ trợ người mua hàng
ID hbghadnblijiihmmgmchjlbejcgncjef
URL Officiel https://chromewebstore.google.com/detail/gobiz-c%C3%B4ng-c%E1%BB%A5-h%E1%BB%97-tr%E1%BB%A3-ng%C6%B0%E1%BB%9D/hbghadnblijiihmmgmchjlbejcgncjef
Description Gobiz - Công cụ hỗ trợ người mua hàng
Taille du Fichier 8.62 MB
Nombre d'Installations 439
Version Actuelle 3.0427.0942
Dernière Mise à Jour 2023-06-27
Date de Publication 2021-08-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://gobiz.vn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ext.gobiz.vn/
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": "Gobiz - C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi mua h\u00e0ng",
    "short_name": "Gobiz - C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi mua h\u00e0ng",
    "description": "Gobiz - C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi mua h\u00e0ng",
    "version": "3.0427.0942",
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "action": {
        "default_icon": {
            "32": "logo-small.png",
            "64": "logo-small.png",
            "128": "logo-small.png"
        },
        "name": "Gobiz",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/detail.1688.com\/*",
                "*:\/\/order.1688.com\/*",
                "*:\/\/order.1688.com\/*",
                "*:\/\/work.1688.com\/home\/*",
                "*:\/\/buyertrade.taobao.com\/trade\/*",
                "*:\/\/buy.taobao.com\/auction\/*",
                "*:\/\/item.taobao.com\/*",
                "*:\/\/*.detail.tmall\/*",
                "*:\/\/*.detail.tmall.hk\/*",
                "*:\/\/*.tmall.com\/item\/*",
                "*:\/\/*.tmall.com\/order\/*",
                "*:\/\/*.detail.liangxinyao.com\/*",
                "*:\/\/*.detail.tmall.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentCommon.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "localStorageGetItem.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dota.gobizdev.com\/*",
                "*:\/\/localhost\/*",
                "*:\/\/gsa.gobiz.vn\/*",
                "*:\/\/drug.gobizdev.com\/*",
                "*:\/\/my.sabo.asia\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "localStorageGetItemM22.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentSupported.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScriptSearchImage.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScriptLink.js",
                "contentShop.js",
                "contentProduct.js",
                "contentProducts.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "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",
                "all.css"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "options_page": "options.html"
}