Aliexpress search by image

Search by image on Aliexpress, Taobao, Alibaba,1688, etc.

Aliexpress search by image क्या है?

Aliexpress search by image aliprice4 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search by image on Aliexpress, Taobao, Alibaba,1688, etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aliexpress search by image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Main features:
1. Search for similar products by images on any websites
2. Compare the same products and export them to Excel
3. Capture to translate. Capture a screenshot and translate the text on it
4. Image downloader and translate and edit images on AliPrice.com
5. Downlaod review images from Aliexpress and Amazon, export reviews to Excel
6. Google Lens image search
7. Export the shopping cart product list of 1688 and Taobao to Excel
8. Shein search by image and Naver image search
9. Currency converter on 1688 and Taobao
10. Buy-for-me and Dropshipping from 1688 and Taobao to worldwide
11. Copy link to share with others
12. Amazon search by image 
13. Filter and export similar products based on different fields to TXT or Excel.

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Aliexpress and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use

Edge/Firefox/Opera: https://www.aliprice.com?extension=aliprice_search_by_image
Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
IOS: https://apps.apple.com/us/app/aliprice-aliexpress-assitant/id1282323896                    

एक्सटेंशन की मूल जानकारी

नाम Aliexpress search by image Aliexpress search by image
ID efbmlkodbdhahiljghapjcbofehkhpie
आधिकारिक URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/efbmlkodbdhahiljghapjcbofehkhpie
विवरण Search by image on Aliexpress, Taobao, Alibaba,1688, etc.
फ़ाइल का आकार 5.54 MB
स्थापना संख्या 3,096
वर्तमान संस्करण 3.0.13
अंतिम अपडेट 2024-01-21
प्रकाशन तिथि 2022-01-13
रेटिंग 4.99/5 कुल 163 रेटिंग्स
डेवलपर aliprice4
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aliprice.com/
सहायता पृष्ठ URL https://www.aliprice.com/information/index/page/contact
गोपनीयता नीति पृष्ठ URL https://www.aliprice.com/information/index/page/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.13",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=1021&channel=chrome&platform=aliprice_search_by_image&version=3.0.13&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": [
                ""
            ],
            "all_frames": true
        },
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script-2.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        ""
    ],
    "optional_permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}