TaoCarts Shopping Assistant

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

Hvad er TaoCarts Shopping Assistant?

TaoCarts Shopping Assistant er en Chrome-udvidelse udviklet af Taocarts, og dens hovedfunktion er "Taocarts Image Search makes it easy to find sources on your e-commerce site.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download TaoCarts Shopping Assistant-udvidelses-CRX-fil

Download TaoCarts Shopping Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn TaoCarts Shopping Assistant TaoCarts Shopping Assistant
ID napfkihlngkbkgpbcmknebeahgkpbhga
Officiel URL https://chromewebstore.google.com/detail/taocarts-shopping-assista/napfkihlngkbkgpbcmknebeahgkpbhga
Beskrivelse Taocarts Image Search makes it easy to find sources on your e-commerce site.
Filstørrelse 244 KB
Antal Installationer 120
Nuværende Version 1.0.7
Senest Opdateret 2022-11-17
Udgivelsesdato 2021-02-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Taocarts
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://taocarts.com/Index/privacy_policy
Understøttede Sprog 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
    }
}