Alitools Shopping Assistant

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

Что такое Alitools Shopping Assistant?

Alitools Shopping Assistant - это расширение Chrome, разработанное https://alitools.io, и его основная функция - "Auto-find & apply AliExpress ™ promo codes, price history, seller rating, similar products, find item by picture".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Alitools Shopping Assistant

Скачайте файлы расширений Alitools Shopping Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Alitools Shopping Assistant Alitools Shopping Assistant
ID eenflijjbchafephdplkdmeenekabdfb
Официальный URL https://chromewebstore.google.com/detail/alitools-shopping-assista/eenflijjbchafephdplkdmeenekabdfb
Описание Auto-find & apply AliExpress ™ promo codes, price history, seller rating, similar products, find item by picture
Размер файла 1.28 MB
Количество установок 569,170
Текущая Версия 24.2.1.16744
Последнее Обновление 2024-02-13
Дата публикации 2020-06-26
Рейтинг 4.54/5 Всего 3435 оценок
Разработчик https://alitools.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://alitools.io/
URL страницы помощи https://alitools.io/feedback
URL страницы политики конфиденциальности https://alitools.io/info/policy
Поддерживаемые языки 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"
}