Pricely
Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.
Pricely क्या है?
Pricely https://pricely.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pricely एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
After installing the Pricely extension, you will see a blue Pricely icon in every product detail page on websites like zalando.ch, digitec.ch or homegate.ch. By clicking the icon you can enter your desired price for the product. Once you save your price alert, our system will check the product price for the next 60 days and you will get an email any time the price of the product drops to your desired price. If the price is good for you, you can use the link in the email and add the product to your shopping cart. If it's on your list, you'll never miss a sale.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mnghobmdphconlpnmemodmmmcpoopecj |
आधिकारिक URL | https://chromewebstore.google.com/detail/pricely/mnghobmdphconlpnmemodmmmcpoopecj |
विवरण | Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop. |
फ़ाइल का आकार | 428 KB |
स्थापना संख्या | 2,591 |
वर्तमान संस्करण | 1.12.2 |
अंतिम अपडेट | 2022-03-02 |
प्रकाशन तिथि | 2020-11-18 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | https://pricely.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pricely.app |
गोपनीयता नीति पृष्ठ URL | https://pricely.app/privacy |
समर्थित भाषाएँ | de,en,fr,it,lt,pl,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pricely", "version": "1.12.2", "description": "__MSG_manifest_description__", "default_locale": "en", "manifest_version": 2, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "frontend\/index.html#\/popup?lang=__MSG_@@ui_locale__" }, "web_accessible_resources": [ "frontend\/*" ] } |