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"입니다.
확장 프로그램 스크린샷
Waltrack | Walmart Price Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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": [] } ] } |