JD Search by Image

One click to find the same products on JD, 1688, Taobao, etc.

What is JD Search by Image?

JD Search by Image is a Chrome extension developed by aliprice3, and its main feature is "One click to find the same products on JD, 1688, Taobao, etc.".

Extension Screenshots

screenshot
screenshot
screenshot

Download JD Search by Image Extension CRX File

Download JD Search by Image 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

                        Main features:
1. Search similar products by image on JD.com, Taobao, 1688 etc. from any websites. 
2. Display JD 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 and 1688,export image links to copy, image translate.

If you have any questions or suggestions, please feel free to contact us.
https://www.aliprice.com/information/index?page=contact

Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
Safari: https://apps.apple.com/us/app/1573881692

By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate links, including JD and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

Extension Basic Information

Name JD Search by Image JD Search by Image
ID dmcihnkcojhkccijakamiaiplcddljnl
Official URL https://chrome.google.com/webstore/detail/%E4%BA%AC%E4%B8%9C%E4%BB%A5%E5%9B%BE%E6%90%9C%E5%90%8C%E6%AC%BE/dmcihnkcojhkccijakamiaiplcddljnl
Description One click to find the same products on JD, 1688, Taobao, etc.
File Size 3.95 MB
Installation Count 52
Current Version 3.0.3
Last Updated 2023-10-20
Publish Date 2021-04-15
Rating 5.00/5 Total 2 Ratings
Developer aliprice3
Email [email protected]
Payment Type in_app
Extension Website https://aliprice.com/
Help Page URL https://www.aliprice.com/information/index?page=contact
Privacy Policy Page URL https://www.aliprice.com/information/index/page/privacy
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.3",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10222&channel=chrome&platform=jd_search_by_image&version=3.0.3&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": [
                ""
            ]
        }
    ],
    "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",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}