Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

ما هو Walmart Delivery Enhancement Suite؟

Walmart Delivery Enhancement Suite هو إضافة Chrome تم تطويرها بواسطة SmartSort، والميزة الرئيسية لها هي "Find the best deals by sorting by price per ounce.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Walmart Delivery Enhancement Suite

قم بتنزيل ملفات الامتداد Walmart Delivery Enhancement Suite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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`                    

معلومات أساسية عن التمديد

الاسم Walmart Delivery Enhancement Suite Walmart Delivery Enhancement Suite
ID gmcaembdikfdbiblmoihidbknhhkbdec
عنوان URL الرسمي https://chrome.google.com/webstore/detail/walmart-delivery-enhancem/gmcaembdikfdbiblmoihidbknhhkbdec
الوصف Find the best deals by sorting by price per ounce.
حجم الملف 59.59 KB
عدد التثبيتات 144
النسخة الحالية 1.0.3
آخر تحديث 2013-09-16
تاريخ النشر 2013-09-16
تقييم 1.00/5 مجموع تقييمات 1
المطور SmartSort
نوع الدفع free
اللغات المدعومة 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
        }
    ]
}