TaoCarts Shopping Assistant

Taocarts Image Search makes it easy to find sources on your e-commerce site.

TaoCarts Shopping Assistant là gì?

TaoCarts Shopping Assistant là một tiện ích mở rộng Chrome được phát triển bởi Taocarts, và tính năng chính của nó là "Taocarts Image Search makes it easy to find sources on your e-commerce site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TaoCarts Shopping Assistant

Tải xuống các tệp mở rộng TaoCarts Shopping Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        [TaoCarts Shopping Assistant] is a purchasing and shipping assistant. You can directly add products to the shopping cart of the taocarts platform on the 1б88 and TB product detail pages. In addition, you can also directly submit the forwarding order to the taocarts website on the baby page that has been purchased by 1б88 and TB.

TaoCarts can also help you search for the same item on the whole network, compare prices, view historical prices and price reduction notices, etc. You can also export and save your orders in the form of Excel tables.

TaoCarts provides you with one-stop safe and reliable purchasing, consolidation and transshipment services for Chinese products.

【The main function】
1. Image search: click the search magnifying glass to quickly find products with the same image. It can select good images and save time.
2. Compare prices: You can compare the prices of the same product on different websites to help you find the most affordable source of goods, and you won’t suffer a loss by buying the bottom line.
3. One-click forecast: One-click forecast for orders paid by 1б88, TB and other websites to the taocarts platform to enjoy the shipping service.
4. One-click addition to the shopping cart: You can add products from websites such as 1б88 and TB to the shopping cart of the taocarts platform with one click, and wait for taocarts to provide you with purchasing services.
5. Export table: You can export the products in the 1б88 and TB shopping carts in table form, which is convenient for recording.
6. Plug-in translation: The plug-in supports arbitrary switching of multiple languages ​​around the world, and there is no language barrier to use.

【How to use TaoCarts shopping assistant】
1. First add the plugin to the Chrome browser.
2. Open 1б88, TB and other shopping websites, click the plug-in icon on the right, and bind the service provider website.
3. Click the magnifying glass in the upper left corner of the product on the 1б88 and TB website to search for the same source of goods on the entire network.
4. Enter the product details page, add the purchasing order to the taocarts shopping cart, and push it to the taocarts platform with one click.
5. Click I want to transfer in the plug-in, and send my order from 1б88 and TB to the taocarts platform for shipping.

【our service】
Provide overseas users with convenient, simple and easy-to-use shopping tools, and provide one-stop service for purchasing and shipping.

【Official website】
https://www.taocarts.com

Thank you for choosing TaoCarts shopping assistant. If you have any good suggestions, please leave us a message.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TaoCarts Shopping Assistant TaoCarts Shopping Assistant
ID napfkihlngkbkgpbcmknebeahgkpbhga
URL Chính Thức https://chromewebstore.google.com/detail/taocarts-shopping-assista/napfkihlngkbkgpbcmknebeahgkpbhga
Mô tả Taocarts Image Search makes it easy to find sources on your e-commerce site.
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-11-17
Ngày Phát Hành 2021-02-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Taocarts
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://taocarts.com/Index/privacy_policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "version": "1.0.7",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "icons": {
        "16": "\/images\/bj.png",
        "48": "\/images\/bj.png",
        "128": "\/images\/bj.png"
    },
    "background": {
        "scripts": [
            "js\/jq.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jq.js",
                "js\/table2excel.js",
                "js\/content-script.js",
                "js\/ali.js",
                "js\/search.js",
                "js\/fanyi.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "\/images\/bj.png",
        "default_title": "TaoCarts\u8d2d\u7269\u52a9\u624b"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    },
    "permissions": [
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}