JD Search by Image

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

Cos'è JD Search by Image?

JD Search by Image è un'estensione di Chrome sviluppata da aliprice3, e la sua funzione principale è "One click to find the same products on JD, 1688, Taobao, etc.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JD Search by Image

Scarica i file di estensione JD Search by Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome JD Search by Image JD Search by Image
ID dmcihnkcojhkccijakamiaiplcddljnl
URL Ufficiale 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
Descrizione One click to find the same products on JD, 1688, Taobao, etc.
Dimensione del File 3.95 MB
Conteggio Installazioni 52
Versione Corrente 3.0.3
Ultimo Aggiornamento 2023-10-20
Data di Pubblicazione 2021-04-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore aliprice3
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://aliprice.com/
URL della Pagina di Aiuto https://www.aliprice.com/information/index?page=contact
URL della Pagina della Politica sulla Privacy https://www.aliprice.com/information/index/page/privacy
Lingue Supportate 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\/*"
            ]
        }
    ]
}