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…
What is Walmart Price Watch?
Walmart Price Watch is a Chrome extension developed by https://www.nukeprice.com, and its main feature is "After install this plugin, when you visit a detail product page on Walmart.com, you can choose to send a signal to our server…".
Extension Screenshots
Download Walmart Price Watch Extension CRX File
Download Walmart Price Watch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Walmart Price Watch |
ID | cceedijfcehkgbbapkjmooelhonlpomp |
Official URL | 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… |
File Size | 164 KB |
Installation Count | 185 |
Current Version | 1.0.0 |
Last Updated | 2019-06-24 |
Publish Date | 2019-06-24 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://www.nukeprice.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://nukeprice.com/wpautoterms/privacy-policy |
Supported Languages | 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" ] } |