Aliwatcher | AliExpress Price Tracker

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

什麼是Aliwatcher | AliExpress Price Tracker?

Aliwatcher | AliExpress Price Tracker是由http://aliwatcher.com開發的Chrome擴展程式,該擴展的主要功能是“AliWatcher, the best AliExpress Shopping companion. Shop smarter and cheaper on AliExpress with AliWatcher”。

擴展截圖

screenshot

下載Aliwatcher | AliExpress Price Tracker擴展crx文件

下載Aliwatcher | AliExpress Price Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Aliwatcher | AliExpress Price Tracker Aliwatcher | AliExpress Price Tracker
ID ilhhgidgegecgbejdifakgdfgbdibmoi
官方網址 https://chrome.google.com/webstore/detail/aliwatcher-aliexpress-pri/ilhhgidgegecgbejdifakgdfgbdibmoi
簡介 AliWatcher, the best AliExpress Shopping companion. Shop smarter and cheaper on AliExpress with AliWatcher
檔案大小 4.25 MB
安裝次數 46
目前版本 4.0.5
更新時間 2021-06-12
上架時間 2021-05-16
評分 5.00/5 共 1 次評分
開發者 http://aliwatcher.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://aliwatcher.com
說明頁面URL https://aliwatcher.com
隱私政策頁面URL https://vandevliet.me/chrome-privacy-policy
支援的語言 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": []
        }
    ]
}