PriceWink
One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
PriceWink क्या है?
PriceWink http://pricewink.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One Stop Online Shopping with Automatic price comparision and Personalised price alerts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PriceWink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simply, bachaate raho!!! Save more and get more with FREE PriceWink chrome extension. ✓ Get lower price automatically while you shop ✓ Set your personal target price for any product on any shop PriceWink is absolutely FREE forever. Enjoy the best prices, always, with PriceWink ! Add PriceWink to your chrome now!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fonbfofodfopbaafhahgolemcplblbcg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg |
विवरण | One Stop Online Shopping with Automatic price comparision and Personalised price alerts. |
फ़ाइल का आकार | 140 KB |
स्थापना संख्या | 128 |
वर्तमान संस्करण | 1.8.2.24 |
अंतिम अपडेट | 2014-05-04 |
प्रकाशन तिथि | 2014-05-04 |
रेटिंग | 4.33/5 कुल 24 रेटिंग्स |
डेवलपर | http://pricewink.in |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.pricewink.in |
सहायता पृष्ठ URL | http://pricewink.in/faq.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PriceWink", "description": "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.", "version": "1.8.2.24", "short_name": "PriceWink", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "popup.css", "scrollbar.css" ], "js": [ "js\/jquery.min.js", "js\/jquery.mousewheel.js", "js\/jquery.jscrollpane.min.js", "js\/base64.js", "js\/rawdeflate.js", "js\/rawinflate.js", "list.js", "pa.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*", "js\/*" ] } |