Pricedrop
Get rewarded for shopping online
Τι είναι το Pricedrop;
Το Pricedrop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pricedrop.com.ng, και η κύρια λειτουργία του είναι "Get rewarded for shopping online".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pricedrop
Λήψη αρχείων επέκτασης Pricedrop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Pricedrop is a 100% free tool that automatically finds discount for you when shopping online. It converts the discount to cash and then pay you. ✨✨✨Receive ₦500 free on sign up✨✨✨ Why Pricedrop? We built Pricedrop so it can automatically find discount for you when shopping. Being registered affiliate marketers of the supported store Jumia, whenever you make any successful transaction, they sometimes reward us for initiating the transaction. Out of the little 'thank you' we receive from them, we also generously share with you. Everybody goes home happy 🎉 Think of this as a win-win game - the store is happy to make sales, we are happy to be rewarded by them and you are also happy for being rewarded when shopping. Without this extension, you pay the price of a product as-is (without any discount) but when you switch gears and start using the extension, you ALWAYS get a discount on all your transactions. How to get paid? For every successful transaction, we credit your Pricedrop wallet with the reward. When it reaches our minimum threshold, you can request a payout after which we will wire your earnings into your local bank account. What's on our roadmap? We plan to add many cool features. For example, allowing users to monitor the prices of products so that when the 'prices drop', users will be notified and can save even more money on the product. Happy shopping and saving! 🤩✨🛒
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pricedrop |
ID | maidjpekmihklgpkeodijijmcmbkcfoj |
Επίσημο URL | https://chromewebstore.google.com/detail/pricedrop/maidjpekmihklgpkeodijijmcmbkcfoj |
Περιγραφή | Get rewarded for shopping online |
Μέγεθος Αρχείου | 108 KB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2021-09-27 |
Ημερομηνία Δημοσίευσης | 2021-09-14 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://pricedrop.com.ng |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://pricedrop.com.ng |
URL της Σελίδας Πολιτικής Απορρήτου | https://pricedrop.com.ng/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pricedrop", "version": "1.1.0", "description": "Get rewarded for shopping online", "content_scripts": [ { "matches": [ "https:\/\/*.jumia.com.ng\/*" ], "js": [ ".\/js\/content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.jumia.com.ng\/*", "https:\/\/*.pricedrop.com.ng\/*" ], "default_locale": "en", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-forms allow-scripts;" } } |