buylow

Shop smart, buylow!

buylow क्या है?

buylow buylow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop smart, buylow!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Automatically find the best price when you shop online!

buylow is the must-have (free) browser extension that saves you money.

Automatically search dozens of trusted retailers to find the best deal. Compare pricing on over 150 million products so that you can shop with confidence.

Love saving money? Just wait til you try buylow.

We work in the background to find you a better price when you shop online. If we find a deal, we’ll show it to you in real time.

One click and we bring you to the cheaper retailer and add the item to your cart. 
It’s that easy! 

From tech to furniture and shoes to cosmetics, our members save an average of 30% off their monthly online shopping. 

Want better Amazon prices? We have the most accurate comparison from Amazon to other sellers - even factoring in shipping and Prime status.

Forget broken coupon codes and cash back checks that never arrive, and stop spending time comparing prices online. Let buylow do it for you!                    

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

नाम buylow buylow
ID cmpooojaejnffgdhnmikkphomdlokdfn
आधिकारिक URL https://chromewebstore.google.com/detail/buylow/cmpooojaejnffgdhnmikkphomdlokdfn
विवरण Shop smart, buylow!
फ़ाइल का आकार 3.66 MB
स्थापना संख्या 1,909
वर्तमान संस्करण 0.0.15
अंतिम अपडेट 2021-03-10
प्रकाशन तिथि 2020-07-28
रेटिंग 5.00/5 कुल 24 रेटिंग्स
डेवलपर buylow
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.gobuylow.com/
गोपनीयता नीति पृष्ठ URL https://www.gobuylow.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "buylow",
    "short_name": "buylow",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "Shop smart, buylow!",
    "icons": {
        "16": "img\/logo_round.png",
        "48": "img\/logo_round.png",
        "128": "img\/logo_round.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "product-page.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "img\/logo_round.png",
        "default_title": "buylow",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*"
    ]
}