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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PriceBlink Lite - Coupons & Price Comparison एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } |