PriceBlink Lite - Coupons & Price Comparison
Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.
PriceBlink Lite - Coupons & Price Comparison là gì?
PriceBlink Lite - Coupons & Price Comparison là một tiện ích mở rộng Chrome được phát triển bởi https://priceblink.com, và tính năng chính của nó là "Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PriceBlink Lite - Coupons & Price Comparison
Tải xuống các tệp mở rộng PriceBlink Lite - Coupons & Price Comparison dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
PriceBlink Lite Finds Lower Prices and Money-Saving Coupons while you shop. Checks for lower prices when you're shopping, otherwise it stays hidden. When you're shopping, PriceBlink Lite lets you know if the product you are viewing is available for cheaper elsewhere. It also alerts you to coupons on the merchant you're shopping. PriceBlink Lite's Terms of Use / EULA / Privacy Policy can be viewed here: https://goo.gl/yatZhO
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aolpdlffgigjkjejcmjikefloacanfjn |
URL Chính Thức | https://chromewebstore.google.com/detail/priceblink-lite-coupons-p/aolpdlffgigjkjejcmjikefloacanfjn |
Mô tả | Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension. |
Kích Thước Tệp | 27.99 KB |
Số Lần Cài Đặt | 1,414 |
Phiên Bản Hiện Tại | 3.4 |
Cập Nhật Lần Cuối | 2021-06-04 |
Ngày Phát Hành | 2017-04-14 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://priceblink.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.priceblink.com/webcpns/page.php?sp_id=7 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PriceBlink Lite - Coupons & Price Comparison", "short_name": "PB Lite", "version": "3.4", "description": "Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs", "webNavigation", "webRequest" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "images\/logo.png", "default_title": "PriceBlink", "default_popup": "status.html" }, "web_accessible_resources": [ "images\/*" ], "icons": { "16": "images\/logo.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "options_page": "options.html" } |