JD Search by Image

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

什麼是JD Search by Image?

JD Search by Image是由aliprice3開發的Chrome擴展程式,該擴展的主要功能是“One click to find the same products on JD, 1688, Taobao, etc.”。

擴展截圖

screenshot
screenshot
screenshot

下載JD Search by Image擴展crx文件

下載JD Search by Image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 JD Search by Image JD Search by Image
ID dmcihnkcojhkccijakamiaiplcddljnl
官方網址 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
簡介 One click to find the same products on JD, 1688, Taobao, etc.
檔案大小 3.95 MB
安裝次數 52
目前版本 3.0.3
更新時間 2023-10-20
上架時間 2021-04-15
評分 5.00/5 共 2 次評分
開發者 aliprice3
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://aliprice.com/
說明頁面URL https://www.aliprice.com/information/index?page=contact
隱私政策頁面URL https://www.aliprice.com/information/index/page/privacy
支援的語言 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\/*"
            ]
        }
    ]
}