AliRadar Shopping Assistant

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

What is AliRadar Shopping Assistant?

AliRadar Shopping Assistant is a Chrome extension developed by https://aliradar.com, and its main feature is "AliRadar finds similar products, shows price history and seller’s ratings.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download AliRadar Shopping Assistant Extension CRX File

Download AliRadar Shopping Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AliRadar Shopping Assistant AliRadar Shopping Assistant
ID pfjibkklgpfcfdlhijfglamdnkjnpdeg
Official URL https://chromewebstore.google.com/detail/aliradar-shopping-assista/pfjibkklgpfcfdlhijfglamdnkjnpdeg
Description AliRadar finds similar products, shows price history and seller’s ratings.
File Size 2.2 MB
Installation Count 311,260
Current Version 1.2.23
Last Updated 2022-07-06
Publish Date 2020-06-06
Rating 4.05/5 Total 594 Ratings
Developer https://aliradar.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://aliradar.com/privacy.html
Supported Languages 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"
    ]
}