Walmart Deals
This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.
Walmart Deals là gì?
Walmart Deals là một tiện ích mở rộng Chrome được phát triển bởi Wild Lion Software LLC, và tính năng chính của nó là "This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Walmart Deals
Tải xuống các tệp mở rộng Walmart Deals dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Walmart Deals |
ID | klhjnkppefffcpaoidilhdpdcoenpelj |
URL Chính Thức | https://chromewebstore.google.com/detail/walmart-deals/klhjnkppefffcpaoidilhdpdcoenpelj |
Mô tả | This extension provides you with a quick way to view Walmart's Value of the Day and latest Walmart deals. |
Kích Thước Tệp | 424 KB |
Số Lần Cài Đặt | 1,172 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2015-03-22 |
Ngày Phát Hành | 2015-03-21 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Wild Lion Software LLC |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |