AliRadar Shopping Assistant

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

什么是AliRadar Shopping Assistant?

AliRadar Shopping Assistant是由https://aliradar.com开发的Chrome扩展程序,该扩展的主要功能是“AliRadar finds similar products, shows price history and seller’s ratings.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载AliRadar Shopping Assistant扩展crx文件

下载AliRadar Shopping Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AliRadar Shopping Assistant AliRadar Shopping Assistant
ID pfjibkklgpfcfdlhijfglamdnkjnpdeg
官方URL https://chromewebstore.google.com/detail/aliradar-shopping-assista/pfjibkklgpfcfdlhijfglamdnkjnpdeg
简介 AliRadar finds similar products, shows price history and seller’s ratings.
文件大小 2.2 MB
安装次数 311,260
当前版本 1.2.23
更新时间 2022-07-06
上架时间 2020-06-06
评分 4.05/5 共594次评分
开发者 https://aliradar.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://aliradar.com/privacy.html
支持的语言 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"
    ]
}