Wisely: AI Summary for Amazon Reviews
Wisely reveals useful insights from Amazon reviews, saving you time, uncovering red flags, and ensuring you buy a great product.
Wisely: AI Summary for Amazon Reviews क्या है?
Wisely: AI Summary for Amazon Reviews https://shopwisely.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wisely reveals useful insights from Amazon reviews, saving you time, uncovering red flags, and ensuring you buy a great product."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wisely: AI Summary for Amazon Reviews एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
As seen on The Rundown AI and Superpower Daily, Wisely scans any Amazon.com product page, analyzes the product reviews and information, and provides you with quick useful insights before you make a purchase decision. ➤ Sites supported The extension currently supports Amazon.com only, sign up for other Amazon domains here: https://bit.ly/wisely-regions ➤ Features When available, Wisely shows the following: ✔ Summary of pros and cons from customer reviews ✔ Things your should know: red flags and important info ✔ Unhealthy ingredients in any food or snack ✔ Notable product features ✔ Visual breakdown of user ratings ➤ How to use? 1. Install the extension 2. Visit any Amazon.com product page, e.g. https://amzn.to/3OkKOvM 3. Enjoy useful insights (you may have to scroll down a bit) ➤ Need help? Visit our help center: https://shopwisely.ai/help Or email us: [email protected] ➤ Privacy Safeguarding your privacy is our utmost priority. We care deeply about protecting your personal information and ensuring that your trust in us is well-placed. To better understand how we handle and secure your data, we encourage you to review our privacy policy, available at: https://shopwisely.ai/legal/privacy
एक्सटेंशन की मूल जानकारी
नाम | Wisely: AI Summary for Amazon Reviews |
ID | pbpiedkaogpckpcbgnianaejhmdahbjn |
आधिकारिक URL | https://chromewebstore.google.com/detail/wisely-ai-summary-for-ama/pbpiedkaogpckpcbgnianaejhmdahbjn |
विवरण | Wisely reveals useful insights from Amazon reviews, saving you time, uncovering red flags, and ensuring you buy a great product. |
फ़ाइल का आकार | 50.94 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2023-07-31 |
प्रकाशन तिथि | 2023-07-05 |
रेटिंग | 4.22/5 कुल 18 रेटिंग्स |
डेवलपर | https://shopwisely.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://shopwisely.ai |
सहायता पृष्ठ URL | https://shopwisely.ai/help |
गोपनीयता नीति पृष्ठ URL | https://lhlabs.io/legal/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wisely: AI Summary for Amazon Reviews", "short_name": "Wisely AI", "description": "Wisely reveals useful insights from Amazon reviews, saving you time, uncovering red flags, and ensuring you buy a great product.", "version": "1.0.9", "icons": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "homepage_url": "https:\/\/shopwisely.ai", "permissions": [], "content_security_policy": { "extension_pages": "default-src 'self'" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/icon-16.png", "24": "assets\/icons\/icon-24.png", "32": "assets\/icons\/icon-32.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "js": [ "config.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_start" } ], "background": { "service_worker": "service-worker.js" } } |