JD Search by Image

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

JD Search by Imageคืออะไร?

JD Search by Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aliprice3 และคุณลักษณะหลักของมันคือ "One click to find the same products on JD, 1688, Taobao, etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JD Search by Image

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
            ]
        }
    ]
}