Shopping Assistant: AliExpress, Amazon, eBay

Shop Assistant: Discover Price History, Fake Reviews Amount, Seller's Standing, avoid Costly Deals While Saving Time by AI

¿Qué es Shopping Assistant: AliExpress, Amazon, eBay?

Shopping Assistant: AliExpress, Amazon, eBay es una extensión de Chrome desarrollada por Price checker, y su función principal es "Shop Assistant: Discover Price History, Fake Reviews Amount, Seller's Standing, avoid Costly Deals While Saving Time by AI".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Shopping Assistant: AliExpress, Amazon, eBay

Descarga archivos de extensión Shopping Assistant: AliExpress, Amazon, eBay en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Save time when shopping. Discover price history, avoid high-value deals, and discover...
Sales Consultant: Research the pricing history, the quantity of bogus reviews, the seller's rating, and avoid questionable transactions.

Save time exploring and ordering items on major store websites; save money while shopping online with a shopping assistant.

Protection from online fraud Safeguards you while visiting risky websites, con artists, spyware, phishing, fake online shops, and unsafe links
♚ With millions of user evaluations, powerful AI is used to determine a website's reputation.

Price Checker is your artificial intelligence-based smart shopping assistant for online purchasing, acting as a "antivirus" for unproductive transactions on e-commerce platforms and websites.

☕️ Our goal is to assist you in online shopping and guard against risky Shop purchases.
Shop with assurance online!

Never again overpay!
- The shopping assistant Price Checker has direct integrations with Huizon, Butic, and Eby. On ALi, a pricing chart is shown when you view an item, just below the price.

Quick determination of the transaction's "goodness" or "badness."
- Utilizing buyer assistant algorithms, quickly analyze products on Express

Time is money!
Hundreds of results are displayed in product listings in seconds.
- Avoid purchasing low-quality items.
Analyzes hundreds of product reviews automatically.
- Stay away from bad vendors.
Check previous transactions and seller ratings automatically.
- Avoid false discounts, especially on Aliexpress during huge sales such as 11.11, Black Friday, and Cyber Monday.
On these dates, we will be using our store assistant.
- Price history charts for billions of Amazon and Ali items.
- Price Checker safeguards you against security threats such as commercial frauds, online scams, and dangerous transactions on key platforms and websites.

Our primary purpose is to protect your privacy.
- Price Checker does not track you or your internet activity in any way.
- On shopping, this plugin will not slow down your computer.                    

Información Básica de la Extensión

Nombre Shopping Assistant: AliExpress, Amazon, eBay Shopping Assistant: AliExpress, Amazon, eBay
ID debkcceohmiepfnfmigbjoajbbidfgbp
URL Oficial https://chromewebstore.google.com/detail/shopping-assistant-aliexp/debkcceohmiepfnfmigbjoajbbidfgbp
Descripción Shop Assistant: Discover Price History, Fake Reviews Amount, Seller's Standing, avoid Costly Deals While Saving Time by AI
Tamaño del Archivo 2.01 MB
Cantidad de Instalaciones 115
Versión Actual 5.0.3
Última Actualización 2023-02-24
Fecha de Publicación 2022-07-07
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Price checker
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/181L3DpKTP9KPzkobt8D_OKcr6KcukDUNXzPhwPwfkmE
Idiomas Soportados id,en,en-GB,en-US,fr,es,es-419,pt-BR,pt-PT,ru,iw,hi,bn,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icons1983\/icon128.png",
            "16": "icons1983\/icon16.png",
            "32": "icons1983\/icon32.png",
            "38": "icons1983\/icon38.png",
            "48": "icons1983\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "scripts\/service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/content-script-anti-scam.js",
                "scripts\/content-script-shutaf.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "scripts\/content-script-ecommerce.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.co.il\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.ca\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.com.hk\/*",
                "https:\/\/*.ebay.ie\/*",
                "https:\/\/*.ebay.it\/*",
                "https:\/\/*.ebay.com.my\/*",
                "https:\/\/*.ebay.nl\/*",
                "https:\/\/*.ebay.ph\/*",
                "https:\/\/*.ebay.pl\/*",
                "https:\/\/*.ebay.com.sg\/*",
                "https:\/\/*.ebay.es\/*",
                "https:\/\/*.ebay.ch\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.eg\/*",
                "https:\/\/*.amazon.co.il\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": [],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons1983\/icon128.png",
        "16": "icons1983\/icon16.png",
        "32": "icons1983\/icon32.png",
        "38": "icons1983\/icon38.png",
        "48": "icons1983\/icon48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "short_name": "__MSG_appNameShort__",
    "version": "5.0.3"
}