Aliexpress price tracker

Track price history on Aliexpress within 3 or 6 months

Что такое Aliexpress price tracker?

Aliexpress price tracker - это расширение Chrome, разработанное aliprice4, и его основная функция - "Track price history on Aliexpress within 3 or 6 months".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Aliexpress price tracker

Скачайте файлы расширений Aliexpress price tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Aliexpress price tracker Aliexpress price tracker
ID ilippplmmncilpbgpakkhhlinganjljj
Официальный URL https://chromewebstore.google.com/detail/aliexpress-price-tracker/ilippplmmncilpbgpakkhhlinganjljj
Описание Track price history on Aliexpress within 3 or 6 months
Размер файла 6.41 MB
Количество установок 3,084
Текущая Версия 13.0.18
Последнее Обновление 2024-03-03
Дата публикации 2022-01-08
Рейтинг 4.92/5 Всего 167 оценок
Разработчик aliprice4
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.aliprice.com/
URL страницы помощи https://www.aliprice.com/information/index/page/contact
URL страницы политики конфиденциальности https://www.aliprice.com/information/index/page/privacy
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}