Aliwatcher | AliExpress Price Tracker

AliWatcher, the best AliExpress Shopping companion. Shop smarter and cheaper on AliExpress with AliWatcher

Aliwatcher | AliExpress Price Tracker là gì?

Aliwatcher | AliExpress Price Tracker là một tiện ích mở rộng Chrome được phát triển bởi http://aliwatcher.com, và tính năng chính của nó là "AliWatcher, the best AliExpress Shopping companion. Shop smarter and cheaper on AliExpress with AliWatcher".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aliwatcher | AliExpress Price Tracker

Tải xuống các tệp mở rộng Aliwatcher | AliExpress Price Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Shop smarter on AliExpress, one of the biggest e-commerce stores in the world, with aliWatcher, the free AliExpress Price Tracker.

⊛ FEATURES ⊛
- Price history right in your browser
- Free, unlimited price tracking
- Works on AliExpress.com
- Set up alerts on AliWatcher
- Tracks more than 90 million Walmart items

⊛ HOW IT WORKS ⊛
1. Go to any product page on AliExpress.com
2. Click the AliWatcher icon
3. We show you the product price history right there
4. If you want to track the product, tap the "Show on AliExpress" button, and track it on AliWatcher.com


The AliWatcher experience is simple, just as it should be. No ads or tracking, you just tap the icon and see the price history.

AliWatcher is a free AliExpress Price Tracker and tracks the prices of over 90 million AliExpress items. We've been tracking AliExpress prices since June 2020, and are fetching product prices multiple times a day. AliExpress is already one of the cheapest stores on the web, but with AliWatcher you can save even more money while shopping online.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aliwatcher | AliExpress Price Tracker Aliwatcher | AliExpress Price Tracker
ID ilhhgidgegecgbejdifakgdfgbdibmoi
URL Chính Thức https://chrome.google.com/webstore/detail/aliwatcher-aliexpress-pri/ilhhgidgegecgbejdifakgdfgbdibmoi
Mô tả AliWatcher, the best AliExpress Shopping companion. Shop smarter and cheaper on AliExpress with AliWatcher
Kích Thước Tệp 4.25 MB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 4.0.5
Cập Nhật Lần Cuối 2021-06-12
Ngày Phát Hành 2021-05-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://aliwatcher.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://aliwatcher.com
URL Trang Trợ Giúp https://aliwatcher.com
URL Trang Chính Sách Bảo Mật https://vandevliet.me/chrome-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AliWatcher, the best AliExpress Shopping companion. Shop smarter and cheaper on AliExpress with AliWatcher",
    "version": "4.0.5",
    "manifest_version": 3,
    "name": "Aliwatcher | AliExpress Price Tracker",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-256-dark.png"
    },
    "icons": {
        "16": "icon-16-dark.png",
        "48": "icon-48-dark.png",
        "128": "icon-128-dark.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliwatcher.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}