Pricemetry - First on deals you like
Enjoying discounts on its favorites products has never been easier !
Pricemetry - First on deals you like क्या है?
Pricemetry - First on deals you like https://pricemetry.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoying discounts on its favorites products has never been easier !"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pricemetry - First on deals you like एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Prices keep changing on the web. Did you know Amazon changes its prices 2.5 million times per day ? Track the price, you will know in real time when a product you love is in discount! Use our nice button during your shopping escapades on the web to add everything you want. Great deals will come not long after. Pricemetry supports 30,000 retailers. Hmm that's not the very truth... in fact we support many more, our technology can track any product-like page with a success rate of 94%. Because we shouldn't have to choose only on big retailers, craftsmans's works are too awesome to put aside! - 1 - Browse your favorites shops - 2 - You like a product ? Save it! - 3 - Once it drops we notify you
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nefokogibeilegomlfpcgiebmpfhlgll |
आधिकारिक URL | https://chromewebstore.google.com/detail/pricemetry-first-on-deals/nefokogibeilegomlfpcgiebmpfhlgll |
विवरण | Enjoying discounts on its favorites products has never been easier ! |
फ़ाइल का आकार | 144 KB |
स्थापना संख्या | 770 |
वर्तमान संस्करण | 1.1.7 |
अंतिम अपडेट | 2014-09-18 |
प्रकाशन तिथि | 2014-09-18 |
रेटिंग | 3.82/5 कुल 11 रेटिंग्स |
डेवलपर | https://pricemetry.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pricemetry.com |
सहायता पृष्ठ URL | http://pricemetry/installed/chrome |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "fr", "homepage_url": "https:\/\/pricemetry.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_128.png", "default_title": "__MSG_appAction__" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "apps\/*", "lib\/*" ], "content_scripts": [ { "js": [ "prebookmarklet.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "lib\/jquery-2.1.1.min.js", "notify.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ] } |