Pricy - Amazon Price Watch
Never overpay again!
Pricy - Amazon Price Watch क्या है?
Pricy - Amazon Price Watch https://pricyapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never overpay again!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pricy - Amazon Price Watch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Never miss a deal again with Pricy ------------- Pricy Extension directly integrates into amazon. When you are watching a product it displayed just below the price tag. ------------- Never Overpay again ------------- Pricy will always tell you when the price of the product is high and if it’s worth waiting for a better price. Based on the price history, Pricy calculates the probable future price for a product. ------------- Check the Price History ------------- Just hover over, and Pricy will show you how the price changed in the past so you can easily find trends and get ready for the big drop. ------------- Instant Price Drop Notifications ------------- Set a price that you would pay for the product. Pricy will monitor the price of the product and send you a notification as soon as it drops below your defined price. Please note, Pricy is currently only available for Amazon.com. Support for other amazon sites coming soon.
एक्सटेंशन की मूल जानकारी
नाम | Pricy - Amazon Price Watch |
ID | acaddjpeboeoklpaaiopefoidbijnahb |
आधिकारिक URL | https://chromewebstore.google.com/detail/pricy-amazon-price-watch/acaddjpeboeoklpaaiopefoidbijnahb |
विवरण | Never overpay again! |
फ़ाइल का आकार | 324 KB |
स्थापना संख्या | 566 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-01-20 |
प्रकाशन तिथि | 2020-10-29 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://pricyapp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pricyapp.com |
सहायता पृष्ठ URL | https://pricyapp.com |
गोपनीयता नीति पृष्ठ URL | https://pricyapp.com/PrivacyPolicy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pricy - Amazon Price Watch", "version": "1.4", "description": "Never overpay again!", "permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/pricyapp.com\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "manifest_version": 2, "background": { "scripts": [ "lib\/jquery-3.5.0.min.js", "pricy_b.js" ] }, "browser_action": { "default_title": "Pricy - Jump to Amazon.com", "default_icon": { "16": "images\/pricy16.png", "32": "images\/pricy32.png", "48": "images\/pricy48.png", "128": "images\/pricy128.png", "256": "images\/pricy256.png", "512": "images\/pricy512.png" } }, "icons": { "16": "images\/pricy16.png", "32": "images\/pricy32.png", "48": "images\/pricy48.png", "128": "images\/pricy128.png", "256": "images\/pricy256.png", "512": "images\/pricy512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/pricyapp.com\/*" ], "all_frames": false, "css": [ "pricy.css" ], "js": [ "lib\/jquery-3.5.0.min.js", "lib\/jquery-ui.min.js", "lib\/moment.min.js", "lib\/opentip-jquery.js", "lib\/chart.js", "pricy_js.js", "pricy_cs.js" ], "match_about_blank": false, "run_at": "document_start" } ] } |