TaoCarts Shopping Assistant

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

Qu'est-ce que TaoCarts Shopping Assistant ?

TaoCarts Shopping Assistant est une extension Chrome développée par Taocarts, et sa fonction principale est "Taocarts Image Search makes it easy to find sources on your e-commerce site.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TaoCarts Shopping Assistant

Téléchargez les fichiers d'extension TaoCarts Shopping Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TaoCarts Shopping Assistant TaoCarts Shopping Assistant
ID napfkihlngkbkgpbcmknebeahgkpbhga
URL Officiel https://chromewebstore.google.com/detail/taocarts-shopping-assista/napfkihlngkbkgpbcmknebeahgkpbhga
Description Taocarts Image Search makes it easy to find sources on your e-commerce site.
Taille du Fichier 244 KB
Nombre d'Installations 120
Version Actuelle 1.0.7
Dernière Mise à Jour 2022-11-17
Date de Publication 2021-02-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur Taocarts
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://taocarts.com/Index/privacy_policy
Langues Prises en Charge 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
    }
}