Taobao search by image

Search by image on Taobao, 1688, Alibaba, Aliexpress, etc.

Was ist Taobao search by image?

Taobao search by image ist eine Chrome-Erweiterung, die von aliprice4 entwickelt wurde, und ihr Hauptmerkmal ist "Search by image on Taobao, 1688, Alibaba, Aliexpress, etc.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Taobao search by image-Erweiterungs-CRX-Datei herunterladen

Laden Sie Taobao search by image-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

                        Main features:
1. Search similar products by image on  Taobao,1688 etc. from any websites. 
2. Display Taobao secret coupons to save money for you.
3. Copy link, added copy link button to help you to copy product links of Taobao,1688.
4. Capture and translate. Capture a photo and translate text on it. 
5. Multi-language translation, enter your native language in the search box to translate into Chinese. 
6. Image download, download product images and videos on Taobao, Aliexpress and1688,export image links to copy, image translate.
7. Added Wildberris, vvic, Google search by image. 
8. Similar product comparison and export to Excel
9. Buy for you and Dropshipping from Taobao, 1688 and Pinduoduo
10. Download AliExpress and Amazon review images, and export reviews to Excel
11. Compare the same products and export them to Excel
12. Export the shopping cart product list of 1688 and Taobao to Excel
13. Added Shein search by image, Naver image search and Amazon search by image
14. Filter and export similar products based on different fields to TXT or Excel.

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Taobao and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use

Edge/Firefox/Opera: https://www.aliprice.com?extension=taobao_search_by_image
Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
Safari:https://apps.apple.com/us/app/1573881692                    

Grundlegende Informationen zur Erweiterung

Name Taobao search by image Taobao search by image
ID ogbpccedpmocjdjgonecbejmgfhffngo
Offizielle URL https://chromewebstore.google.com/detail/taobao-search-by-image/ogbpccedpmocjdjgonecbejmgfhffngo
Beschreibung Search by image on Taobao, 1688, Alibaba, Aliexpress, etc.
Dateigröße 5.05 MB
Installationsanzahl 35,343
Aktuelle Version 4.0.27
Letztes Update 2024-02-29
Veröffentlichungsdatum 2022-01-06
Bewertung 4.90/5 Insgesamt 180 Bewertungen
Entwickler aliprice4
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.aliprice.com/
Hilfeseite URL https://www.aliprice.com/information/index/page/contact?from=www_footer
URL der Datenschutzrichtlinien-Seite https://www.aliprice.com/information/index/page/privacy
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fr,nl,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,iw,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "4.0.27",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10355&channel=chrome&platform=taobao_search_by_image&version=4.0.27&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script-2.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "notifications",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}