Aliexpress price tracker

Track price history on Aliexpress within 3 or 6 months

Aliexpress price tracker란 무엇입니까?

Aliexpress price tracker은(는) aliprice4에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track price history on Aliexpress within 3 or 6 months"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Aliexpress price tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}