AliPrice Shopping Assistant for Walmart

AliPrice price tracker for Walmart.com

AliPrice Shopping Assistant for Walmart क्या है?

AliPrice Shopping Assistant for Walmart aliprice2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AliPrice price tracker for Walmart.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AliPrice Shopping Assistant for Walmart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Main features:
1. Price history. Track price history within 3/6 months.
2. Price drop alert. Add products to your favorites, when the price drops, you will receive a notification.
3. Similar products. It will show similar products from eBay, Amazon, AliExpress and Wish on the top.
4. Shortcuts and Package Tracker on the right upper corner. 
5. Hover Zoom. Mover over to zoom in on the product list page.

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Walmart and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use

Walmart is a trademark of Wal-Mart Stores, Inc. This extension was not created or endorsed by Walmart.
We do use Google Analytics to collect anonymous usage statistics to help improve user experience, but you can opt-out at http://tools.google.com/dlpage/gaoptout

Edge/Firefox/Opera: https://www.aliprice.com?extension=walmart
Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
IOS: https://apps.apple.com/us/app/aliprice-aliexpress-assitant/id1282323896                    

एक्सटेंशन की मूल जानकारी

नाम AliPrice Shopping Assistant for Walmart AliPrice Shopping Assistant for Walmart
ID lhcmoeflppeellobgaaphmhoailkpfdj
आधिकारिक URL https://chromewebstore.google.com/detail/aliprice-shopping-assista/lhcmoeflppeellobgaaphmhoailkpfdj
विवरण AliPrice price tracker for Walmart.com
फ़ाइल का आकार 2.01 MB
स्थापना संख्या 2,004
वर्तमान संस्करण 3.0.3
अंतिम अपडेट 2024-01-07
प्रकाशन तिथि 2020-07-04
रेटिंग 4.98/5 कुल 180 रेटिंग्स
डेवलपर aliprice2
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aliprice.com/
सहायता पृष्ठ URL https://www.aliprice.com/information/index?page=contact
गोपनीयता नीति पृष्ठ URL https://www.aliprice.com/information/index/page/privacy
समर्थित भाषाएँ en
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10200&channel=chrome&platform=walmart&version=3.0.3&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.walmart.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.wish.com\/*",
        "*:\/\/ssl.google-analytics.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.walmart.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}