ShopWise AI
Chrome extension backed by chatGPT, helps you to shop smarter on Amazon.
Co to jest ShopWise AI?
ShopWise AI to rozszerzenie Chrome opracowane przez ShopWise, a jego główną funkcją jest „Chrome extension backed by chatGPT, helps you to shop smarter on Amazon.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ShopWise AI
Pobierz pliki rozszerzeń ShopWise AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | hiokipkeefflljfibiogkjnjmchdnlhb | 
| Oficjalny URL | https://chromewebstore.google.com/detail/shopwise-ai/hiokipkeefflljfibiogkjnjmchdnlhb | 
| Opis | Chrome extension backed by chatGPT, helps you to shop smarter on Amazon. | 
| Rozmiar pliku | 753 KB | 
| Liczba instalacji | 24 | 
| Aktualna Wersja | 0.1.3 | 
| Ostatnia Aktualizacja | 2023-09-27 | 
| Data Publikacji | 2023-08-30 | 
| Ocena | 3.67/5 Łącznie 3 Oceny | 
| Deweloper | ShopWise | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://shopaid-10613.web.app/privacy_policy.html | 
| Obsługiwane Języki | 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\/*"
            ]
        }
    ]
} | |