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…
Was ist Walmart Price Watch?
Walmart Price Watch ist eine Chrome-Erweiterung, die von https://www.nukeprice.com entwickelt wurde, und ihr Hauptmerkmal ist "After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…".
Erweiterungsscreenshots
Walmart Price Watch-Erweiterungs-CRX-Datei herunterladen
Laden Sie Walmart Price Watch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cceedijfcehkgbbapkjmooelhonlpomp |
Offizielle URL | https://chromewebstore.google.com/detail/walmart-price-watch/cceedijfcehkgbbapkjmooelhonlpomp |
Beschreibung | After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server… |
Dateigröße | 164 KB |
Installationsanzahl | 185 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-06-24 |
Veröffentlichungsdatum | 2019-06-24 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.nukeprice.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://nukeprice.com/wpautoterms/privacy-policy |
Unterstützte Sprachen | 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" ] } |