Payce: Lower debt while you shop
Shop smart, save money, and watch debt balances go down.
Τι είναι το Payce: Lower debt while you shop;
Το Payce: Lower debt while you shop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Payce, και η κύρια λειτουργία του είναι "Shop smart, save money, and watch debt balances go down.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Payce: Lower debt while you shop
Λήψη αρχείων επέκτασης Payce: Lower debt while you shop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
“Best Cash-back Apps” – Cnet* & CNBC** 🛒 Want to earn cashback when you shop online and automatically put that cash-back towards paying down debt? Add Payce to Chrome. Payce shopping extension helps you get cash back rewards and find automatic discounts. When you're at an online shop, Payce will appear and notify you if cash-back rewards are available. No need to remember anything! 🔖And when you're ready to pay? Apply Coupons. At checkout, Payce will check for available digital coupons, discount codes, and promo codes. Automatically run all of the shopping offers with the click of a button and use the best reward to get the top deal. It's easy to use, and you can start saving money immediately! 💰The coolest thing about Payce? Shrink your debts, not your bank account. It doesn't just save you money when you shop; Payce uses your cash-back rewards to help pay your bills or debts. You can easily view your account from the extension, link your debts to Payce, and watch the payments be applied in $10 increments. Debt free? No worries, you can also funnel your cashback to a bank account or charity of your choice. 🆓 How is Payce free? It’s merchant funded. Payce may get paid commissions on products purchased through the links to retailer sites using this browser extension. This is a white label extension made for Payce LLC. *Best cash back apps, August 2023 **Best cash back apps, May 2023
Βασικές Πληροφορίες Επέκτασης
Όνομα | Payce: Lower debt while you shop |
ID | lonhbebepogkjienmoeckjbjeichjaoa |
Επίσημο URL | https://chromewebstore.google.com/detail/payce-lower-debt-while-yo/lonhbebepogkjienmoeckjbjeichjaoa |
Περιγραφή | Shop smart, save money, and watch debt balances go down. |
Μέγεθος Αρχείου | 6.84 MB |
Αριθμός Εγκαταστάσεων | 439 |
Τρέχουσα Έκδοση | 1.0.10 |
Τελευταία Ενημέρωση | 2024-02-25 |
Ημερομηνία Δημοσίευσης | 2023-11-29 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Payce |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://paycepays.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://paycepays.com/p/Home/ContactUs |
URL της Σελίδας Πολιτικής Απορρήτου | https://paycepays.com/p/Home/PrivacyPolicy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.10", "name": "Payce: Lower debt while you shop", "short_name": "Payce: Lower debt while you shop", "description": "Shop smart, save money, and watch debt balances go down.", "icons": { "128": "img\/icon-128.png" }, "permissions": [ "storage", "tabs", "notifications", "background", "webRequest", "cookies", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": "img\/icon-128-disabled.png" }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.min.js", "content.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.min.js", "checkout.js" ], "all_frames": true } ], "externally_connectable": { "matches": [ "https:\/\/*.paycepays.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "img\/*", "fonts\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "auth.html" ], "matches": [ " |