buylow

Shop smart, buylow!

什么是buylow?

buylow是由buylow开发的Chrome扩展程序,该扩展的主要功能是“Shop smart, buylow!”。

扩展截图

screenshot
screenshot
screenshot

下载buylow扩展crx文件

下载buylow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}