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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
설명 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\/*"
            ]
        }
    ]
}