Alitools Shopping Assistant

Auto-find & apply AliExpress ™ promo codes, price history, seller rating, similar products, find item by picture

¿Qué es Alitools Shopping Assistant?

Alitools Shopping Assistant es una extensión de Chrome desarrollada por https://alitools.io, y su función principal es "Auto-find & apply AliExpress ™ promo codes, price history, seller rating, similar products, find item by picture".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Alitools Shopping Assistant

Descarga archivos de extensión Alitools Shopping Assistant 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

                        AUTOMATIC DISCOUNTS ALREADY IN YOUR CART
- Autochecker of promo codes and coupons helps you save money. We find all the latest  discounts daily and automatically apply the best ones to your cart.

BUY AT A REAL, NOT EXCEEDED PRICE
- Price history checker for the product over the last 3 or 6 months helps to avoid artificial discounts, especially during big sales: 1111 Sale, Black Friday and Cyber Monday. EUR, USD, RUB and 17 more currencies are supported for price tracking.

BUY ONLY FROM RELIABLE SELLERS
- Seller verification helps you avoid bad sellers. A reliable seller will deliver you what you bought right on time, and a bad one — a cat in a bag. Seller check works completely automatically.

FIND EXACTLY THE PRODUCTS YOU ARE LOOKING FOR
- Aliexpress search by image helps you to find the item in the picture in one click. No more wasting precious time and looking for a thing you like for a long time.
- Search similar products help you find very similar products. This is useful when you want to find similar product, but slightly different.

CHECK YOUR PRODUCTS BEFORE PURCHASING
- Real product photos from customer feedbacks and product reviews allow you to check product before purchasing.

=================================

Alitools can synchronize data between computers. For example, at work and at home. To do this, simply create an account.

Alitools extension is fully compatible with other shopping extensions, cashback services and dropshipping tools.

We are always open to communication and will be happy to answer your questions. Contact form: https://alitools.io/en/feedback.

By installing the Alitools Chrome extension, you accept the terms of the «User Agreement» and allow redirecting you to the links of the affiliate program AliExpress. User agreement — https://alitools.io/en/info/agreement.

For extension's functions to work and to be able to improve the product, we collect anonymous data about how you use AliExpress and other popular online stores. More details in privacy — https://alitools.io/en/info/policy.

Our extension uses the Google Analytics  service to collect statistics on the use of the extension. If you do not want to transfer data, you can find the official Google blocker application or any equivalent. The official Google Analytics blocker from Google — https://tools.google.com/dlpage/gaoptout.

We support the Chrome Web Store’s minimum rational use of extensions policy:
1. «http(s)://*/*»
- Collection of information on prices and products on Ali Express and on popular online stores.
- Search for products on AliExpress by pictures on other sites.
- Search for lower priced alternatives on AliExpress for products that you are viewing on other online stores.
2. «Cookies»
- Alitools account authorization.
- Automatic detection of language, currency and country.
3. «Notifications»
- Price drop alert is sent, when price drops down by 5% or more.
4. «Tabs» and «Web Navigation»
- Browsing history widget.
- Correct functioning of the Ali Tools widget when opening multiple product pages.
- We do not run reverse image search scripts on domains that are prohibited in the settings and save the resources of your computer.
5. «ContextMenus»
- Search product by image from the context menu.
6. «Storage»
- Storing the extension settings.
- Storing the history of recently viewed products.                    

Información Básica de la Extensión

Nombre Alitools Shopping Assistant Alitools Shopping Assistant
ID eenflijjbchafephdplkdmeenekabdfb
URL Oficial https://chromewebstore.google.com/detail/alitools-shopping-assista/eenflijjbchafephdplkdmeenekabdfb
Descripción Auto-find & apply AliExpress ™ promo codes, price history, seller rating, similar products, find item by picture
Tamaño del Archivo 1.28 MB
Cantidad de Instalaciones 569,170
Versión Actual 24.2.1.16744
Última Actualización 2024-02-13
Fecha de Publicación 2020-06-26
Calificación 4.54/5 Total de 3435 Calificaciones
Desarrollador https://alitools.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://alitools.io/
URL de la Página de Ayuda https://alitools.io/feedback
URL de la Página de Política de Privacidad https://alitools.io/info/policy
Idiomas Soportados de,en,fr,nl,tr,es,it,pl,pt-BR,cs,ru,iw,ar,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/styles\/fonts.css",
                "assets\/styles\/common-react.css",
                "assets\/styles\/content-all-sites.css"
            ],
            "js": [
                "common-react.js",
                "content-all-sites.js"
            ]
        }
    ],
    "icons": {
        "32": "assets\/icons\/32.png",
        "128": "assets\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "assets\/fonts\/*"
    ],
    "homepage_url": "https:\/\/alitools.io",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "cookies",
        "notifications",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "options_page": "settings.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "24.2.1.16744"
}