Aliexpress: Search similar cheap products
Find Cheaper on Aliexpress
Aliexpress: Search similar cheap products क्या है?
Aliexpress: Search similar cheap products Infinity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Cheaper on Aliexpress"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aliexpress: Search similar cheap products एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Aliexpress: Search similar cheap products It is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price. Just click on the Find simillar cheaper button and you will instantly know if it’s cheaper elsewhere. The extension for AliExpress finds similar products at a better price. The extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price. You can also click on "Find more like this" and continue the search from results. N.B:-By installing this Chrome extension you accept redirecting you to the links of the affiliate program AliExpress. Enjoy! :)
एक्सटेंशन की मूल जानकारी
नाम | Aliexpress: Search similar cheap products |
ID | nnimbegadieahkenpkmdlmadcbkbehao |
आधिकारिक URL | https://chromewebstore.google.com/detail/aliexpress-search-similar/nnimbegadieahkenpkmdlmadcbkbehao |
विवरण | Find Cheaper on Aliexpress |
फ़ाइल का आकार | 712 KB |
स्थापना संख्या | 609 |
वर्तमान संस्करण | 3.2.7 |
अंतिम अपडेट | 2023-01-17 |
प्रकाशन तिथि | 2021-02-13 |
रेटिंग | 4.00/5 कुल 8 रेटिंग्स |
डेवलपर | Infinity |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sites.google.com/view/privacypolicyalicheaperfinder/home |
सहायता पृष्ठ URL | https://sites.google.com/view/contactusinfinityit/home |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/privacypolicyalicheaperfinder/home |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliexpress: Search similar cheap products", "description": "__MSG_extDescr__", "version": "3.2.7", "manifest_version": 2, "background": { "scripts": [ "js\/ga.js", "js\/libs\/jquery-2.2.4.min.js", "js\/listeners.js", "js\/redirect.js", "js\/history.js", "js\/request.js", "js\/parser.js", "js\/bg.js" ] }, "default_locale": "en", "web_accessible_resources": [ "img\/*" ], "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/libs\/jquery-2.2.4.min.js", "js\/parser.js", "js\/content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Aliexpress Detective|The Cheaper Finder" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "permissions": [ "tabs", "cookies", "webRequest", "webRequestBlocking" ] } |