TaoCarts Shopping Assistant

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

Was ist TaoCarts Shopping Assistant?

TaoCarts Shopping Assistant ist eine Chrome-Erweiterung, die von Taocarts entwickelt wurde, und ihr Hauptmerkmal ist "Taocarts Image Search makes it easy to find sources on your e-commerce site.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TaoCarts Shopping Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie TaoCarts Shopping Assistant-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

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

Grundlegende Informationen zur Erweiterung

Name TaoCarts Shopping Assistant TaoCarts Shopping Assistant
ID napfkihlngkbkgpbcmknebeahgkpbhga
Offizielle URL https://chromewebstore.google.com/detail/taocarts-shopping-assista/napfkihlngkbkgpbcmknebeahgkpbhga
Beschreibung Taocarts Image Search makes it easy to find sources on your e-commerce site.
Dateigröße 244 KB
Installationsanzahl 120
Aktuelle Version 1.0.7
Letztes Update 2022-11-17
Veröffentlichungsdatum 2021-02-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Taocarts
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://taocarts.com/Index/privacy_policy
Unterstützte Sprachen 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
    }
}