Walmart Price Tracker by Sellegr8

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

Qu'est-ce que Walmart Price Tracker by Sellegr8 ?

Walmart Price Tracker by Sellegr8 est une extension Chrome développée par https://sellegr8.com, et sa fonction principale est "Easily view the price history of products sold on Walmart while browsing walmart.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Walmart Price Tracker by Sellegr8

Téléchargez les fichiers d'extension Walmart Price Tracker by Sellegr8 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🛍 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.                    

Informations de Base sur l'Extension

Nom Walmart Price Tracker by Sellegr8 Walmart Price Tracker by Sellegr8
ID nbmpmbhnleiffnflagdgpoolfinkgnlk
URL Officiel https://chromewebstore.google.com/detail/walmart-price-tracker-by/nbmpmbhnleiffnflagdgpoolfinkgnlk
Description Easily view the price history of products sold on Walmart while browsing walmart.com.
Taille du Fichier 51.45 KB
Nombre d'Installations 103
Version Actuelle 1.0.12
Dernière Mise à Jour 2024-01-20
Date de Publication 2023-09-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sellegr8.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.sellegr8.com/walmart-shoppers-extension
URL de la Page d'Aide https://www.sellegr8.com/contact-us
URL de la Page de Politique de Confidentialité https://www.sellegr8.com/walmart-shoppers-extension-privacy
Langues Prises en Charge 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"
    ]
}