SoleBack Cashback
SoleBack Cashback service Extension.
Τι είναι το SoleBack Cashback;
Το SoleBack Cashback είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον soleback.com, και η κύρια λειτουργία του είναι "SoleBack Cashback service Extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SoleBack Cashback
Λήψη αρχείων επέκτασης SoleBack Cashback σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
SoleBack Your plug for buying the best sneakers. Buy your dream sneakers from the best retailers in Europe. With SoleBack plugin you save extra money with every purchase thanks to our cashback service. SoleBack supports the best sneaker stores. Shopping with the plugin is very simple and intuitive: just activate cashback in the plugin and enjoy the money you save. With the plugin you can find your favorite stores in seconds. Use the built-in list of stores, browse their cashback offers and then decide where you want to shop. Registering to the system only takes a few seconds: just plug in your Discord account and the system will register you as our user. You can also join our community on the server. This is where people with common passions and interests in Europe come together, united by their love for sneakers. Monitor the status of your cashback account directly from the plugin. Track amount, store type and transaction status. Everything is available in clear tables at your fingertips. Join SoleBack community now! Try out our offer and save on your purchases.
Βασικές Πληροφορίες Επέκτασης
Όνομα | SoleBack Cashback |
ID | njncdadgmfngfifamfdpgpmobpalkihe |
Επίσημο URL | https://chromewebstore.google.com/detail/soleback-cashback/njncdadgmfngfifamfdpgpmobpalkihe |
Περιγραφή | SoleBack Cashback service Extension. |
Μέγεθος Αρχείου | 1.13 MB |
Αριθμός Εγκαταστάσεων | 1,022 |
Τρέχουσα Έκδοση | 0.3.0 |
Τελευταία Ενημέρωση | 2022-12-18 |
Ημερομηνία Δημοσίευσης | 2022-02-03 |
Αξιολόγηση | 5.00/5 Συνολικά 52 Αξιολογήσεις |
Προγραμματιστής | soleback.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://soleback.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://soleback.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SoleBack Cashback", "description": "SoleBack Cashback service Extension.", "version": "0.3.0", "icons": { "16": "src\/static\/images\/icons\/icons_green\/16.png", "19": "src\/static\/images\/icons\/icons_green\/19.png", "32": "src\/static\/images\/icons\/icons_green\/32.png", "48": "src\/static\/images\/icons\/icons_green\/icon48.png", "64": "src\/static\/images\/icons\/icons_green\/64.png", "128": "src\/static\/images\/icons\/icons_green\/128.png", "256": "src\/static\/images\/icons\/icons_green\/256.png" }, "action": { "default_icon": { "16": "src\/static\/images\/icons\/icons_green\/16.png", "19": "src\/static\/images\/icons\/icons_green\/19.png", "32": "src\/static\/images\/icons\/icons_green\/32.png", "48": "src\/static\/images\/icons\/icons_green\/icon48.png", "64": "src\/static\/images\/icons\/icons_green\/64.png", "128": "src\/static\/images\/icons\/icons_green\/128.png", "256": "src\/static\/images\/icons\/icons_green\/256.png" }, "default_popup": "src\/static\/popup\/popup.html" }, "permissions": [ "activeTab", "identity", "storage", "webNavigation", "tabs", "notifications" ], "host_permissions": [ "https:\/\/*.soleback.com\/*" ], "background": { "service_worker": "src\/background\/background.js", "type": "module" } } |