TaoCarts Shopping Assistant

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

What is TaoCarts Shopping Assistant?

TaoCarts Shopping Assistant is a Chrome extension developed by Taocarts, and its main feature is "Taocarts Image Search makes it easy to find sources on your e-commerce site.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download TaoCarts Shopping Assistant Extension CRX File

Download TaoCarts Shopping Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        [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.                    

Extension Basic Information

Name TaoCarts Shopping Assistant TaoCarts Shopping Assistant
ID napfkihlngkbkgpbcmknebeahgkpbhga
Official URL https://chromewebstore.google.com/detail/taocarts-shopping-assista/napfkihlngkbkgpbcmknebeahgkpbhga
Description Taocarts Image Search makes it easy to find sources on your e-commerce site.
File Size 244 KB
Installation Count 120
Current Version 1.0.7
Last Updated 2022-11-17
Publish Date 2021-02-04
Rating 5.00/5 Total 2 Ratings
Developer Taocarts
Email [email protected]
Payment Type free
Privacy Policy Page URL https://taocarts.com/Index/privacy_policy
Supported Languages 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
    }
}