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.
Qu'est-ce que PriceBlink Lite - Coupons & Price Comparison ?
PriceBlink Lite - Coupons & Price Comparison est une extension Chrome développée par https://priceblink.com, et sa fonction principale est "Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PriceBlink Lite - Coupons & Price Comparison
Téléchargez les fichiers d'extension PriceBlink Lite - Coupons & Price Comparison au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | aolpdlffgigjkjejcmjikefloacanfjn |
URL Officiel | https://chromewebstore.google.com/detail/priceblink-lite-coupons-p/aolpdlffgigjkjejcmjikefloacanfjn |
Description | Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension. |
Taille du Fichier | 27.99 KB |
Nombre d'Installations | 1,414 |
Version Actuelle | 3.4 |
Dernière Mise à Jour | 2021-06-04 |
Date de Publication | 2017-04-14 |
Évaluation | 4.00/5 Total 8 Évaluations |
Développeur | https://priceblink.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.priceblink.com/webcpns/page.php?sp_id=7 |
Langues Prises en Charge | 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" } |