Amazon coupons, find and apply automatically
Use amazon coupons and save your money automatically
Τι είναι το Amazon coupons, find and apply automatically;
Το Amazon coupons, find and apply automatically είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tkdforever, και η κύρια λειτουργία του είναι "Use amazon coupons and save your money automatically".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Amazon coupons, find and apply automatically
Λήψη αρχείων επέκτασης Amazon coupons, find and apply automatically σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Amazon has coupons but it's often not obvious that a coupon is available for a particular product. This extension searches and applies Amazon coupons when you view a product. Discounts will appear during checkout. You must be logged in to your Amazon account for this to work.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mnobnadjnkkcbohkhjcmbikbpjdljjbl |
Επίσημο URL | https://chrome.google.com/webstore/detail/amazon-coupons-find-and-a/mnobnadjnkkcbohkhjcmbikbpjdljjbl |
Περιγραφή | Use amazon coupons and save your money automatically |
Μέγεθος Αρχείου | 59.24 KB |
Αριθμός Εγκαταστάσεων | 1,158 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2021-06-29 |
Ημερομηνία Δημοσίευσης | 2020-10-12 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | tkdforever |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon coupons, find and apply automatically", "version": "1.1.0", "description": "Use amazon coupons and save your money automatically", "host_permissions": [ "*:\/\/*.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "js\/functions.js" ], "all_frames": true } ], "action": { "default_icon": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" } }, "icons": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" }, "manifest_version": 3 } |