Aliexpress price tracker

Track price history on Aliexpress within 3 or 6 months

Co to jest Aliexpress price tracker?

Aliexpress price tracker to rozszerzenie Chrome opracowane przez aliprice4, a jego główną funkcją jest „Track price history on Aliexpress within 3 or 6 months”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Aliexpress price tracker

Pobierz pliki rozszerzeń Aliexpress price tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Main features:
1. Price history on Aliexpress, you can check price history for 3 or 6 months. 
2. Track the Aliexpress price and receive a notification if the price drops or increases. 
3. Same products, sometimes it shows the same products from different sellers for your reference.  And you can search by image for more similar products by right-clicking on photos. 
4. Search similar products by image, and right-click your mouse upon the image. 
5. Product reviews view real product photos from customer reviews. 
6. Parcel tracker. 
7. Copy the product link and share it with your friends. 
8. Aliexpress coupon finder.
9. Taobao image downloader, 1688 image downloader
10. Export image links from Taobao, 1688 and Aliexpress
11. Download Aliexpress and Amazon review images and export review details as a Excel file.
12. Manually update favorite product prices
13. Seach by image to find similar products from 1688 and Taobao

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Aliexpress and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use

Edge/Firefox/Opera: https://www.aliprice.com?extension=aliprice
Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
iOS: https://apps.apple.com/us/app/aliprice-aliexpress-assistant/id1282323896                    

Podstawowe informacje o rozszerzeniu

Nazwa Aliexpress price tracker Aliexpress price tracker
ID ilippplmmncilpbgpakkhhlinganjljj
Oficjalny URL https://chromewebstore.google.com/detail/aliexpress-price-tracker/ilippplmmncilpbgpakkhhlinganjljj
Opis Track price history on Aliexpress within 3 or 6 months
Rozmiar pliku 6.41 MB
Liczba instalacji 3,084
Aktualna Wersja 13.0.18
Ostatnia Aktualizacja 2024-03-03
Data Publikacji 2022-01-08
Ocena 4.92/5 Łącznie 167 Oceny
Deweloper aliprice4
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.aliprice.com/
Adres URL Strony Pomocy https://www.aliprice.com/information/index/page/contact
Adres URL Strony Polityki Prywatności https://www.aliprice.com/information/index/page/privacy
Obsługiwane Języki id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "13.0.18",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10350&channel=chrome&platform=aliprice&version=13.0.18&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.br\/*",
                "*:\/\/*.aliexpress.by\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.de\/*",
                "*:\/\/*.aliexpress.es\/*",
                "*:\/\/*.aliexpress.fr\/*",
                "*:\/\/*.aliexpress.hk\/*",
                "*:\/\/*.aliexpress.id\/*",
                "*:\/\/*.aliexpress.il\/*",
                "*:\/\/*.aliexpress.it\/*",
                "*:\/\/*.aliexpress.jp\/*",
                "*:\/\/*.aliexpress.kr\/*",
                "*:\/\/*.aliexpress.lv\/*",
                "*:\/\/*.aliexpress.nl\/*",
                "*:\/\/*.aliexpress.pl\/*",
                "*:\/\/*.aliexpress.pt\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.tr\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.aliexpress.vn\/*",
                "*:\/\/*.aliprice.com\/*",
                "*:\/\/*.tmall.ru\/*"
            ],
            "exclude_matches": [
                "*:\/\/console.aliexpress.com\/*",
                "*:\/\/console.aliexpress.ru\/*",
                "*:\/\/gcx.aliexpress.com\/*",
                "*:\/\/gcx.aliexpress.ru\/*",
                "*:\/\/helppage.aliexpress.com\/*",
                "*:\/\/helppage.aliexpress.ru\/*",
                "*:\/\/message.aliexpress.com\/*",
                "*:\/\/message.aliexpress.ru\/*",
                "*:\/\/msg.aliexpress.com\/*",
                "*:\/\/msg.aliexpress.ru\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.br\/*",
        "*:\/\/*.aliexpress.by\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.de\/*",
        "*:\/\/*.aliexpress.es\/*",
        "*:\/\/*.aliexpress.fr\/*",
        "*:\/\/*.aliexpress.hk\/*",
        "*:\/\/*.aliexpress.id\/*",
        "*:\/\/*.aliexpress.il\/*",
        "*:\/\/*.aliexpress.it\/*",
        "*:\/\/*.aliexpress.jp\/*",
        "*:\/\/*.aliexpress.kr\/*",
        "*:\/\/*.aliexpress.lv\/*",
        "*:\/\/*.aliexpress.nl\/*",
        "*:\/\/*.aliexpress.pl\/*",
        "*:\/\/*.aliexpress.pt\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.aliexpress.tr\/*",
        "*:\/\/*.aliexpress.us\/*",
        "*:\/\/*.aliexpress.vn\/*",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.tmall.ru\/*",
        "*:\/\/ssl.google-analytics.com\/*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.aliexpress.br\/*",
                "*:\/\/*.aliexpress.by\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.de\/*",
                "*:\/\/*.aliexpress.es\/*",
                "*:\/\/*.aliexpress.fr\/*",
                "*:\/\/*.aliexpress.hk\/*",
                "*:\/\/*.aliexpress.id\/*",
                "*:\/\/*.aliexpress.il\/*",
                "*:\/\/*.aliexpress.it\/*",
                "*:\/\/*.aliexpress.jp\/*",
                "*:\/\/*.aliexpress.kr\/*",
                "*:\/\/*.aliexpress.lv\/*",
                "*:\/\/*.aliexpress.nl\/*",
                "*:\/\/*.aliexpress.pl\/*",
                "*:\/\/*.aliexpress.pt\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.tr\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.aliexpress.vn\/*",
                "*:\/\/*.aliprice.com\/*",
                "*:\/\/*.tmall.ru\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}