Aliexpress Search by image
Search goods on Aliexpress by image
Aliexpress Search by image क्या है?
Aliexpress Search by image FFFFx029A द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search goods on Aliexpress by image"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aliexpress Search by image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Search items on AliExpress using an image or photo of products in other sites. How to use: 1. Right Click on the image (picture) with the right mouse button on any site. 2. In the context menu, click "Search goods on Aliexpress by this image" Very easy to use, lightweight extension to search AliExpress.com items by image. * Adds “Search and find similar products on AE marketplace” when right clicking an image, the extension will use a third-party website, searchbyimage.com, to find visually similar items on Ali * Clicking on the extension icon and easily search in AE by text or by image link. * Allow right clicks in ali site for download and save images/photo, copy text and description of products and items
एक्सटेंशन की मूल जानकारी
नाम | Aliexpress Search by image |
ID | jkcacbjiofjgbnaknoojjboeiinempoa |
आधिकारिक URL | https://chromewebstore.google.com/detail/aliexpress-search-by-imag/jkcacbjiofjgbnaknoojjboeiinempoa |
विवरण | Search goods on Aliexpress by image |
फ़ाइल का आकार | 41.72 KB |
स्थापना संख्या | 202,391 |
वर्तमान संस्करण | 4.5 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2020-05-30 |
रेटिंग | 3.96/5 कुल 300 रेटिंग्स |
डेवलपर | FFFFx029A |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://chinapost.ru/privacy/dev.txt |
समर्थित भाषाएँ | en,en-GB,en-US,ru |
manifest.json | |
{ "manifest_version": 3, "default_locale": "en", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_chrome_extension_short_name__", "description": "__MSG_chrome_extension_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.5", "permissions": [ "contextMenus" ], "host_permissions": [ "https:\/\/*.searchbyimage.com\/*", "https:\/\/*.searchbyimage.ru\/*" ], "action": { "default_icon": "19x19.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" } } |