Waltrack | Walmart Price Tracker

Waltrack, the Walmart Shopping companion. Shop smarter and cheaper on Walmart with Waltrack

Waltrack | Walmart Price Trackerとは何ですか?

Waltrack | Walmart Price Trackerはhttps://waltrack.netによって開発されたChromeの拡張機能で、その主な機能は「Waltrack, the Walmart Shopping companion. Shop smarter and cheaper on Walmart with Waltrack」です。

拡張機能のスクリーンショット

screenshot

Waltrack | Walmart Price Tracker拡張機能のCRXファイルをダウンロード

Waltrack | Walmart Price Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shop smarter on Walmart with Waltrack, the free Walmart Price Tracker.

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

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


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

Waltrack is a free Walmart Price Tracker and tracks the prices of over 50 million Walmart items. It's comparable to CamelCamelCamel (Check out the Camelizer on the Chrome web store if you shop on Amazon, it's great!) and Keepa, but made specifically for Walmart. Walmart is the main Amazon competitor, so they deserve their own price tracker.                    

拡張機能の基本情報

名前 Waltrack | Walmart Price Tracker Waltrack | Walmart Price Tracker
ID hhafpmbhnjfnlmlmafmbmnpfliohjkkl
公式URL https://chromewebstore.google.com/detail/waltrack-walmart-price-tr/hhafpmbhnjfnlmlmafmbmnpfliohjkkl
説明 Waltrack, the Walmart Shopping companion. Shop smarter and cheaper on Walmart with Waltrack
ファイルサイズ 4.28 MB
インストール数 1,611
現在のバージョン 4.0.5
最終更新日 2021-06-14
公開日 2021-05-16
評価 1.87/5 合計 15 レビュー
開発者 https://waltrack.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://waltrack.net
ヘルプページのURL https://waltrack.net
プライバシーポリシーページのURL https://vandevliet.me/chrome-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Waltrack, the Walmart Shopping companion. Shop smarter and cheaper on Walmart with Waltrack",
    "version": "4.0.5",
    "manifest_version": 3,
    "name": "Waltrack | Walmart 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:\/\/*.waltrack.net\/*",
                "https:\/\/*.walmart.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}