Walmart Price Tracker by Sellegr8

Easily view the price history of products sold on Walmart while browsing walmart.com.

Walmart Price Tracker by Sellegr8란 무엇입니까?

Walmart Price Tracker by Sellegr8은(는) https://sellegr8.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily view the price history of products sold on Walmart while browsing walmart.com."입니다.

확장 프로그램 스크린샷

screenshot

Walmart Price Tracker by Sellegr8 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🛍 Discover the Ultimate Shopping Secret with Our Walmart Price History Extension! 🚀

Tired of overpaying? Get the insider scoop on Walmart prices with the new Price History Tracker for Walmart.com.

📈 Unlock a Year's Worth of Price History Data!
This handy extension reveals a product's price fluctuations over the past year, so you can see if that "sale" price is really a steal or just hype. No more getting duped by clever marketing tricks!

With Price History Tracker, you'll shop smarter and save big. See how low prices have dropped in the past and decide if it's worth waiting for another price drop. Or, snap up true bargains when you spot rock-bottom prices.

Insight into price trends empowers you to make informed purchases. You'll know whether to buy now or hold out for a better deal.

🔔 Stay Ahead with Price Drop Notifications (Coming Soon!)
We're not stopping at history—future updates will introduce real-time price drop notifications! Be the first to know when your favorite products go on sale, ensuring you never miss a deal again. Stay ahead of the shopping game effortlessly.

Shop savvier and keep more cash in your wallet with Price History Tracker. One click installs this free extension that puts the power of price history data at your fingertips.

Stop overpaying and start saving with smarter shopping! Get the Price History Tracker for Walmart.com today.

Walmart is a trademark of Wal-Mart Stores, Inc. This extension was not created or endorsed by Walmart.                    

확장 프로그램 기본 정보

이름 Walmart Price Tracker by Sellegr8 Walmart Price Tracker by Sellegr8
ID nbmpmbhnleiffnflagdgpoolfinkgnlk
공식 URL https://chromewebstore.google.com/detail/walmart-price-tracker-by/nbmpmbhnleiffnflagdgpoolfinkgnlk
설명 Easily view the price history of products sold on Walmart while browsing walmart.com.
파일 크기 51.45 KB
설치 횟수 103
현재 버전 1.0.12
최근 업데이트 2024-01-20
출시 날짜 2023-09-19
평점 5.00/5 총 1 개의 평점
개발자 https://sellegr8.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sellegr8.com/walmart-shoppers-extension
도움말 페이지 URL https://www.sellegr8.com/contact-us
개인정보 보호 정책 페이지 URL https://www.sellegr8.com/walmart-shoppers-extension-privacy
지원되는 언어 en
manifest.json
{
    "name": "Walmart Price Tracker by Sellegr8",
    "description": "Easily view the price history of products sold on Walmart while browsing walmart.com.",
    "homepage_url": "https:\/\/www.sellegr8.com\/",
    "version": "1.0.12",
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": {
        "default_title": "Walmart Price Tracker by Sellegr8"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "utils\/jszip.min.js",
                "utils\/defaults.js",
                "utils\/common.js",
                "utils\/parseCommon.js",
                "afterSearchPage.js",
                "afterProductPage.js",
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/www.walmart.com\/ip\/*",
                "https:\/\/walmart.com\/ip\/*",
                "https:\/\/www.walmart.com\/search?*",
                "https:\/\/www.walmart.com\/browse\/*",
                "https:\/\/www.walmart.com\/cp\/*",
                "https:\/\/www.walmart.com\/shop\/*",
                "https:\/\/walmart.com\/search?*",
                "https:\/\/walmart.com\/browse\/*",
                "https:\/\/walmart.com\/cp\/*",
                "https:\/\/walmart.com\/c\/kp\/*",
                "https:\/\/walmart.com\/shop\/*",
                "https:\/\/www.walmart.com\/c\/kp\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.walmart.com\/ip\/*",
        "https:\/\/walmart.com\/ip\/*",
        "https:\/\/www.walmart.com\/search?*",
        "https:\/\/www.walmart.com\/browse\/*",
        "https:\/\/www.walmart.com\/cp\/*",
        "https:\/\/walmart.com\/search?*",
        "https:\/\/walmart.com\/browse\/*",
        "https:\/\/walmart.com\/cp\/*",
        "https:\/\/walmart.com\/c\/kp\/*",
        "https:\/\/www.walmart.com\/c\/kp\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "scripting"
    ]
}