AliRadar Shopping Assistant

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

¿Qué es AliRadar Shopping Assistant?

AliRadar Shopping Assistant es una extensión de Chrome desarrollada por https://aliradar.com, y su función principal es "AliRadar finds similar products, shows price history and seller’s ratings.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AliRadar Shopping Assistant

Descarga archivos de extensión AliRadar 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

                        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                    

Información Básica de la Extensión

Nombre AliRadar Shopping Assistant AliRadar Shopping Assistant
ID pfjibkklgpfcfdlhijfglamdnkjnpdeg
URL Oficial https://chromewebstore.google.com/detail/aliradar-shopping-assista/pfjibkklgpfcfdlhijfglamdnkjnpdeg
Descripción AliRadar finds similar products, shows price history and seller’s ratings.
Tamaño del Archivo 2.2 MB
Cantidad de Instalaciones 311,260
Versión Actual 1.2.23
Última Actualización 2022-07-06
Fecha de Publicación 2020-06-06
Calificación 4.05/5 Total de 594 Calificaciones
Desarrollador https://aliradar.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://aliradar.com/privacy.html
Idiomas Soportados 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"
    ]
}