Search Shein by image
Simple extension to find Shein products by image or by code.
Search Shein by image क्या है?
Search Shein by image https://visualfashionfinder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension to find Shein products by image or by code."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search Shein by image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple tool will help you to easily search on Shein by image. To search by image you just have to right click on any picture you find online (for example on ASOS, on Zalando, AliExpress, Zara…) and click on “Search on Shein”. You can also upload the image to our website and get the results instantly. Now you can easily find cloths on Shein by image. If you want to search other stores such as ASOS, AliExpress,... go over to the webiste.
एक्सटेंशन की मूल जानकारी
नाम | Search Shein by image |
ID | abmlahmommonnmpmjadpcodmfhkpllhg |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg |
विवरण | Simple extension to find Shein products by image or by code. |
फ़ाइल का आकार | 125 KB |
स्थापना संख्या | 879 |
वर्तमान संस्करण | 0.9 |
अंतिम अपडेट | 2023-08-14 |
प्रकाशन तिथि | 2021-10-30 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://visualfashionfinder.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.visualfashionfinder.com/terms-and-conditions |
गोपनीयता नीति पृष्ठ URL | https://fashiondiscounts.today/privacy_policy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Shein by image", "description": "Simple extension to find Shein products by image or by code.", "version": "0.9", "short_name": "Fashion Search", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "status.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.4.0.slim.min.js", "main.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |