AliRadar Shopping Assistant

AliRadar finds similar products, shows price history and seller’s ratings.

Qu'est-ce que AliRadar Shopping Assistant ?

AliRadar Shopping Assistant est une extension Chrome développée par https://aliradar.com, et sa fonction principale est "AliRadar finds similar products, shows price history and seller’s ratings.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension AliRadar 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

                        Features of AliRadar extension:

– display products’ price changes;
– check seller trust level;
– track products’ prices and send notifications when price is changed;
– check photos and reviews from real products’ buyers;
– search of similar products from more than 10 000 stores with cheaper prices;
– find out main information about products by hovering links on other sites.

Important: Aliradar is an independent service and it does not belong to any marketplace (e.g. AliExpress™). The purpose of Aliradar is to help to find better products from reliable sellers.
AliRadar extension will help you to choose products faster, reducing customers risks by providing all the above information about sellers and products.
By using this add-on, you agree to the AliRadar Privacy Policy available at https://aliradar.com/en/privacy.html and authorize that you can be redirected by the links of the affiliate programs of online stores.

Single purpose of the extension: to find products with cheaper prices from reliable sellers.
AliRadar extension uses the following permissions for the reasons listed below
(a) tabs - 1. To open https://aliradar.com/en/thank-you.html page after extension installation and allow user to open instruction how to use extension; 2. To open tabs with products for instruction feature for new users, to demonstrate extension functionality; 3. To open the https://aliradar.com/en/bye.html page when users remove extension in order to ask them for feedback 4. To display correct extension icon to show the status if extension works on current page;

(b1) webRequest – allows to identify pages of products to apply the partner programs of online stores;
(b2) webRequestBlocking - Is needed to provide stable work of partner programs of online stores;

(c) cookies – 1. to determine the relevant language and currency for the user in the online-store where the extension works; 2. to check user's authorization status in the extension;

(d) storage - to cache data in order to display information about products faster. This is needed to ensure stability and absence of uncomfortable deceleration of the extension;

Please feel free to contact us if you have any questions: [email protected] 

--------------------------------------------
Disclaimer:
This extension uses Google Analytics™ to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics™ tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock™ Plus or similar ad blocker tools like AdBlock™, uBlock™ or Adblock™ Pro.
Other name: Ali Radar                    

Informations de Base sur l'Extension

Nom AliRadar Shopping Assistant AliRadar Shopping Assistant
ID pfjibkklgpfcfdlhijfglamdnkjnpdeg
URL Officiel https://chromewebstore.google.com/detail/aliradar-shopping-assista/pfjibkklgpfcfdlhijfglamdnkjnpdeg
Description AliRadar finds similar products, shows price history and seller’s ratings.
Taille du Fichier 2.2 MB
Nombre d'Installations 311,260
Version Actuelle 1.2.23
Dernière Mise à Jour 2022-07-06
Date de Publication 2020-06-06
Évaluation 4.05/5 Total 594 Évaluations
Développeur https://aliradar.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://aliradar.com/privacy.html
Langues Prises en Charge en,fr,es,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extSname__",
    "description": "__MSG_extDesc__",
    "version": "1.2.23",
    "default_locale": "ru",
    "icons": {
        "16": "assets\/img\/logo\/96.png",
        "48": "assets\/img\/logo\/96.png",
        "128": "assets\/img\/logo\/96.png"
    },
    "background": {
        "scripts": [
            "commons.js",
            "background.js",
            "newAnalytics.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "commons.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "38": "assets\/img\/logo\/96.png"
        },
        "default_title": "AliRadar for AliExpress",
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "permissions": [
        "cookies",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.aliradar.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.flipkart.com\/*",
        "*:\/\/*.gearbest.com\/*",
        "*:\/\/*.banggood.com\/*",
        "*:\/\/*.joom.com\/*",
        "*:\/\/*.mvideo.ru\/*",
        "*:\/\/*.beru.ru\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.dns-shop.ru\/*",
        "*:\/\/*.citilink.ru\/*",
        "*:\/\/*.asos.com\/*",
        "*:\/\/*.alibaba.com\/*",
        "*:\/\/*.eldorado.ru\/*",
        "*:\/\/*.vseinstrumenti.ru\/*",
        "*:\/\/*.goods.ru\/*",
        "*:\/\/*.tmall.ru\/*",
        "*:\/\/*.tokopedia.com\/*",
        "*:\/\/*.wildberries.ru\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';connect-src *; img-src * 'self' data:; media-src *;",
    "web_accessible_resources": [
        "assets\/*\/*",
        "_locales\/*\/*",
        "settings.html",
        "auth.html"
    ]
}