Walmart Deals
This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.
Was ist Walmart Deals?
Walmart Deals ist eine Chrome-Erweiterung, die von Wild Lion Software LLC entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.".
Erweiterungsscreenshots
Walmart Deals-Erweiterungs-CRX-Datei herunterladen
Laden Sie Walmart Deals-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
This extension provides you with a quick way to view Walmart's Value of the Day and latest deals. Simply click on the extension button to see a listing of the deals.
Grundlegende Informationen zur Erweiterung
Name | Walmart Deals |
ID | klhjnkppefffcpaoidilhdpdcoenpelj |
Offizielle URL | https://chromewebstore.google.com/detail/walmart-deals/klhjnkppefffcpaoidilhdpdcoenpelj |
Beschreibung | This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals. |
Dateigröße | 424 KB |
Installationsanzahl | 1,172 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2015-03-22 |
Veröffentlichungsdatum | 2015-03-21 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | Wild Lion Software LLC |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "28.0.0.0", "name": "Walmart Deals", "description": "This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.", "version": "0.0.2", "background": { "page": "background.html" }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/www.walmart.com\/*" ], "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_popup": "popup.html", "default_title": "Walmart" }, "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |