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?
PriceBlink Lite - Coupons & Price Comparison是由https://priceblink.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載PriceBlink Lite - Coupons & Price Comparison擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | aolpdlffgigjkjejcmjikefloacanfjn |
官方網址 | https://chromewebstore.google.com/detail/priceblink-lite-coupons-p/aolpdlffgigjkjejcmjikefloacanfjn |
簡介 | Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension. |
檔案大小 | 27.99 KB |
安裝次數 | 1,414 |
目前版本 | 3.4 |
更新時間 | 2021-06-04 |
上架時間 | 2017-04-14 |
評分 | 4.00/5 共 8 次評分 |
開發者 | https://priceblink.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.priceblink.com/webcpns/page.php?sp_id=7 |
支援的語言 | 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" } |