Alitools Shopping Assistant

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

Qu'est-ce que Alitools Shopping Assistant ?

Alitools Shopping Assistant est une extension Chrome développée par https://alitools.io, et sa fonction principale est "Auto-find & apply AliExpress ™ promo codes, price history, seller rating, similar products, find item by picture".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Alitools Shopping Assistant

Téléchargez les fichiers d'extension Alitools Shopping Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Alitools Shopping Assistant Alitools Shopping Assistant
ID eenflijjbchafephdplkdmeenekabdfb
URL Officiel https://chromewebstore.google.com/detail/alitools-shopping-assista/eenflijjbchafephdplkdmeenekabdfb
Description Auto-find & apply AliExpress ™ promo codes, price history, seller rating, similar products, find item by picture
Taille du Fichier 1.28 MB
Nombre d'Installations 569,170
Version Actuelle 24.2.1.16744
Dernière Mise à Jour 2024-02-13
Date de Publication 2020-06-26
Évaluation 4.54/5 Total 3435 Évaluations
Développeur https://alitools.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://alitools.io/
URL de la Page d'Aide https://alitools.io/feedback
URL de la Page de Politique de Confidentialité https://alitools.io/info/policy
Langues Prises en Charge 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"
}