Amazon Shopping Companion
Avoid fake reviews, filter sponsored products, check price history, and more!
Amazon Shopping Companion क्या है?
Amazon Shopping Companion link49 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avoid fake reviews, filter sponsored products, check price history, and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon Shopping Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Filter most ads and sponsored items from Amazon search results - Easily see buying options for any Amazon product - Search product reviews and Q&A sections for red flags - Detect and ignore fake reviews using FakeSpot and ReviewMeta - Check pricing history and get price drop alerts on CamelCamelCamel - Compare with other stores on Google Shopping Amazon Shopping Companion puts all of these shortcuts within one click of any Amazon product page, and does not invade your privacy by asking for unnecessary permissions. Note: this is a side project I created to simplify my own shopping, and thought it might help others too. I cannot make guarantees but would love to hear from you if you have any questions or feedback.
एक्सटेंशन की मूल जानकारी
नाम | Amazon Shopping Companion |
ID | mfmekkbmbaddfjnmjhlbnbnfoemknngc |
आधिकारिक URL | https://chromewebstore.google.com/detail/amazon-shopping-companion/mfmekkbmbaddfjnmjhlbnbnfoemknngc |
विवरण | Avoid fake reviews, filter sponsored products, check price history, and more! |
फ़ाइल का आकार | 9.79 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 0.32 |
अंतिम अपडेट | 2021-12-29 |
प्रकाशन तिथि | 2020-05-24 |
डेवलपर | link49 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Shopping Companion", "description": "Avoid fake reviews, filter sponsored products, check price history, and more!", "version": "0.32", "icons": { "128": "128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.eg\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.pl\/*", "https:\/\/*.amazon.sa\/*", "https:\/\/*.amazon.sg\/*" ], "css": [ "content.css" ], "run_at": "document_idle" } ], "permissions": [ "activeTab" ] } |