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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}