ShopWise AI
Chrome extension backed by chatGPT, helps you to shop smarter on Amazon.
Что такое ShopWise AI?
ShopWise AI - это расширение Chrome, разработанное ShopWise, и его основная функция - "Chrome extension backed by chatGPT, helps you to shop smarter on Amazon.".
Снимки экрана расширения
Скачать файл CRX расширения ShopWise AI
Скачайте файлы расширений ShopWise AI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ShopWise AI analyzes product information, customer reviews and Q&As on Amazon to answer any question you have about a product. Whether it's an electronic gadget, a fashion accessory, or a kitchen appliance, we've got you covered!
⏰ Save time: Say goodbye to scrolling through product details and reviews, simply ask ShopWise AI to get any information you may need.
♾️ 100% free: Access instant information, reviews, and make informed decisions without spending a dime.
💡 Beyond Amazon: ShopWise AI scours the internet for customer reviews and feedback, delivering answers to your questions with comprehensive insights.
How to use it:
1. Install the ShopWise AI Chrome extension.
2. Browse Amazon, find a product you like.
3. Ask ShopWise AI anything about it! Let the shopping magic unfold.
Try ShopWise AI today and experience the joy of effortless shopping on Amazon. Основная информация о расширении
| Название | |
| ID | hiokipkeefflljfibiogkjnjmchdnlhb |
| Официальный URL | https://chromewebstore.google.com/detail/shopwise-ai/hiokipkeefflljfibiogkjnjmchdnlhb |
| Описание | Chrome extension backed by chatGPT, helps you to shop smarter on Amazon. |
| Размер файла | 753 KB |
| Количество установок | 24 |
| Текущая Версия | 0.1.3 |
| Последнее Обновление | 2023-09-27 |
| Дата публикации | 2023-08-30 |
| Рейтинг | 3.67/5 Всего 3 оценок |
| Разработчик | ShopWise |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://shopaid-10613.web.app/privacy_policy.html |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_title": "Click to open panel"
},
"version": "0.1.3",
"author": "ShopWiseAI",
"name": "ShopWise AI",
"description": "Chrome extension backed by chatGPT, helps you to shop smarter on Amazon.",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"identity",
"offscreen",
"sidePanel",
"tabs"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz3ATWZTHev0wmNH1xufTYO7c+AMduA1GSOJ02jFpBduUtz6xbl6qwLuRkWHkGndKCVfS1cy+795S1Ef2zuG9OzPQpipBH2o2TCAGx9m+MAXvRtp3usT1KzQSj5GHWOXIfIpwc6MStFLpYtPy6T9wMKQzTjyLWuTB9MAS5MmQPf8WVM3+cu1ehQFNjsavwqiLWZ4km0+1BTR2CNP+Lj3re3gcw3c6otC0\/7GdCpUlSvpOnJW\/kO\/EDGSUzVxEx\/NVU3muCRO3T\/zP53kia7O\/Coq6Q8iiB7PKsbLw0IG3d\/R6BiPaHvBNrXdrvIpodWi5Coy86nQLIWoF1BA0U7DoXwIDAQAB",
"host_permissions": [
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.in\/*",
"https:\/\/firestore.googleapis.com\/",
"https:\/\/m.media-amazon.com\/*"
],
"oauth2": {
"client_id": "374266372640-gi52gu78b18n57jd2t7gecubk6oeifum.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"web_accessible_resources": [
{
"resources": [
"offscreen.html",
"offscreen.js"
],
"matches": [
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.in\/*"
]
}
]
} | |