เครื่องมือช่วยสั่งซื้อของ GopuCo.Com

เครื่องมือสั่งซื้อสินค้าอย่างรวดเร็วในเว็บไซต์ชื่อดังของจีน ของ Gopuco.Com

Was ist เครื่องมือช่วยสั่งซื้อของ GopuCo.Com?

เครื่องมือช่วยสั่งซื้อของ GopuCo.Com ist eine Chrome-Erweiterung, die von Chipo entwickelt wurde, und ihr Hauptmerkmal ist "เครื่องมือสั่งซื้อสินค้าอย่างรวดเร็วในเว็บไซต์ชื่อดังของจีน ของ Gopuco.Com".

Erweiterungsscreenshots

screenshot

เครื่องมือช่วยสั่งซื้อของ GopuCo.Com-Erweiterungs-CRX-Datei herunterladen

Laden Sie เครื่องมือช่วยสั่งซื้อของ GopuCo.Com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        With Gopuco.com online ordering tool, you can easily buy goods from Taobao, 1688.com websites, Tmall.com and ship goods from China to Thailand.

Function:

- Exchange rate: This tool will update the exchange rate in real time and based on that to convert the value of goods from currency to Thailand currency. Help you easily track the value of the product in the fastest and most accurate way.

- Complete and accurate information: This tool will collect the data on the Taobao, Tmall and 1688 pages you are viewing, then based on the product attribute information (color, size .. ) which you choose, it will automatically update the product value. Help you always see the most complete and accurate information.                    

Grundlegende Informationen zur Erweiterung

Name เครื่องมือช่วยสั่งซื้อของ GopuCo.Com เครื่องมือช่วยสั่งซื้อของ GopuCo.Com
ID jcbhhpdoalgcipmglknknobbelopejbl
Offizielle URL https://chromewebstore.google.com/detail/%E0%B9%80%E0%B8%84%E0%B8%A3%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%87%E0%B8%A1%E0%B8%B7%E0%B8%AD%E0%B8%8A%E0%B9%88%E0%B8%A7%E0%B8%A2%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87%E0%B8%8B%E0%B8%B7%E0%B9%89%E0%B8%AD%E0%B8%82%E0%B8%AD%E0%B8%87/jcbhhpdoalgcipmglknknobbelopejbl
Beschreibung เครื่องมือสั่งซื้อสินค้าอย่างรวดเร็วในเว็บไซต์ชื่อดังของจีน ของ Gopuco.Com
Dateigröße 215 KB
Installationsanzahl 271
Aktuelle Version 1.0.2
Letztes Update 2024-01-05
Veröffentlichungsdatum 2022-12-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Chipo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gopuco.com
Hilfeseite URL https://gopuco.com/#/faq
URL der Datenschutzrichtlinien-Seite https://idchipo.com/support/3185059091/9205468218
Unterstützte Sprachen th
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/logo.png",
        "default_title": "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e0a\u0e48\u0e27\u0e22\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e2d\u0e07 Gopuco.Com"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "contentScript.js",
                "site.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.yao.95095.com\/*",
                "https:\/\/*.yao.95095.com\/*",
                "https:\/\/*.jd.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "default_locale": "th",
    "description": "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e23\u0e27\u0e14\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e0a\u0e37\u0e48\u0e2d\u0e14\u0e31\u0e07\u0e02\u0e2d\u0e07\u0e08\u0e35\u0e19  \u0e02\u0e2d\u0e07  Gopuco.Com",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e0a\u0e48\u0e27\u0e22\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e2d\u0e07 GopuCo.Com",
    "host_permissions": [
        "http:\/\/*.gopuco.com\/*",
        "https:\/\/*.gopuco.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/*.95095.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}