buylow
Shop smart, buylow!
buylow란 무엇입니까?
buylow은(는) buylow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop smart, buylow!"입니다.
확장 프로그램 스크린샷
buylow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |