Pricely
Set price alerts on your favorite shopping sites and get notified via email as soon as there's a price drop.
Τι είναι το Pricely;
Το Pricely είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Pricely
Λήψη αρχείων επέκτασης Pricely σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } |