Walmart Price Watch

After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…

Qu'est-ce que Walmart Price Watch ?

Walmart Price Watch est une extension Chrome développée par https://www.nukeprice.com, et sa fonction principale est "After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Walmart Price Watch

Téléchargez les fichiers d'extension Walmart Price Watch 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

                        After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server nukeprice.com with your email address. When and only when the price for this item drops on Walmart, we will send you an email notification. You can also manage your watch list easily on the web.                    

Informations de Base sur l'Extension

Nom Walmart Price Watch Walmart Price Watch
ID cceedijfcehkgbbapkjmooelhonlpomp
URL Officiel https://chromewebstore.google.com/detail/walmart-price-watch/cceedijfcehkgbbapkjmooelhonlpomp
Description After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…
Taille du Fichier 164 KB
Nombre d'Installations 185
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-06-24
Date de Publication 2019-06-24
Évaluation 3.00/5 Total 1 Évaluations
Développeur https://www.nukeprice.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://nukeprice.com/wpautoterms/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Walmart Price Watch",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Walmart Price Watch",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}