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

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

Что такое เครื่องมือช่วยสั่งซื้อของ GopuCo.Com?

เครื่องมือช่วยสั่งซื้อของ GopuCo.Com - это расширение Chrome, разработанное Chipo, и его основная функция - "เครื่องมือสั่งซื้อสินค้าอย่างรวดเร็วในเว็บไซต์ชื่อดังของจีน ของ Gopuco.Com".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения เครื่องมือช่วยสั่งซื้อของ GopuCo.Com

Скачайте файлы расширений เครื่องมือช่วยสั่งซื้อของ GopuCo.Com в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название เครื่องมือช่วยสั่งซื้อของ GopuCo.Com เครื่องมือช่วยสั่งซื้อของ GopuCo.Com
ID jcbhhpdoalgcipmglknknobbelopejbl
Официальный 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
Описание เครื่องมือสั่งซื้อสินค้าอย่างรวดเร็วในเว็บไซต์ชื่อดังของจีน ของ Gopuco.Com
Размер файла 215 KB
Количество установок 271
Текущая Версия 1.0.2
Последнее Обновление 2024-01-05
Дата публикации 2022-12-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Chipo
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gopuco.com
URL страницы помощи https://gopuco.com/#/faq
URL страницы политики конфиденциальности https://idchipo.com/support/3185059091/9205468218
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}