Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

Walmart Delivery Enhancement Suite là gì?

Walmart Delivery Enhancement Suite là một tiện ích mở rộng Chrome được phát triển bởi SmartSort, và tính năng chính của nó là "Find the best deals by sorting by price per ounce.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Walmart Delivery Enhancement Suite

Tải xuống các tệp mở rộng Walmart Delivery Enhancement Suite 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

                        Enhances Walmart Delivery website by:
  - Automatically loading all items in an aisle (instead of having to load the next page)
  - Sorts items by price per ounce`                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Walmart Delivery Enhancement Suite Walmart Delivery Enhancement Suite
ID gmcaembdikfdbiblmoihidbknhhkbdec
URL Chính Thức https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec
Mô tả Find the best deals by sorting by price per ounce.
Kích Thước Tệp 59.59 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2013-09-16
Ngày Phát Hành 2013-09-16
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SmartSort
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,
    "name": "Walmart Delivery Enhancement Suite",
    "description": "Find the best deals by sorting by price per ounce.",
    "version": "1.0.3",
    "permissions": [
        "storage",
        "http:\/\/delivery.walmart.com\/",
        "http:\/\/www.smartpricesort.com\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/delivery.walmart.com\/*"
            ],
            "css": [
                "css\/smart_sort.css"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/smart_sort.js"
            ],
            "all_frames": true
        }
    ]
}