Sift Rewards and Cashback - Shop and Earn
Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.
Τι είναι το Sift Rewards and Cashback - Shop and Earn;
Το Sift Rewards and Cashback - Shop and Earn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sift, και η κύρια λειτουργία του είναι "Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sift Rewards and Cashback - Shop and Earn
Λήψη αρχείων επέκτασης Sift Rewards and Cashback - Shop and Earn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Sift Rewards for Chrome offers an easy way to earn cash-back just by shopping at your favorite online stores. Every time you shop at one of our eligible 15,000+ online stores, you'll make a little extra cash for yourself. By downloading and installing Sift Rewards for Chrome, you are agreeing to the following agreements: Terms & Conditions: https://www.siftwallet.com/terms.html Privacy Policy: https://www.siftwallet.com/privacy.html This is a white-label extension made for Sift Wallet.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sift Rewards and Cashback - Shop and Earn |
ID | bdplcdniadnfgncbfhicioidcjbaifgo |
Επίσημο URL | https://chromewebstore.google.com/detail/sift-rewards-and-cashback/bdplcdniadnfgncbfhicioidcjbaifgo |
Περιγραφή | Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends. |
Μέγεθος Αρχείου | 1.72 MB |
Αριθμός Εγκαταστάσεων | 299 |
Τρέχουσα Έκδοση | 2.3.0 |
Τελευταία Ενημέρωση | 2023-02-17 |
Ημερομηνία Δημοσίευσης | 2022-03-22 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Sift |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.siftwallet.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.siftwallet.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.3.0", "name": "Sift Rewards and Cashback - Shop and Earn", "short_name": "Sift Rewards", "description": "Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.", "icons": { "128": "img\/icon-128.png" }, "permissions": [ "storage", "tabs", "notifications", "background", "webRequest", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": "img\/icon-disabled.png" }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.min.js", "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/*", "fonts\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "earnings.html" ], "matches": [ " |