AMZ Deals
Amazon Hot CashBack Deals APP! Some products are Free after rebate!
Τι είναι το AMZ Deals;
Το AMZ Deals είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον a.levonskiy, και η κύρια λειτουργία του είναι "Amazon Hot CashBack Deals APP! Some products are Free after rebate!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AMZ Deals
Λήψη αρχείων επέκτασης AMZ Deals σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Amazon Hot CashBack Deals APP, Coupons, Daily Deals, Discounts and Amazon Promo Codes automatically! Some products are Free after rebate! Amz Chrome App helps you apply your refunds and promo codes with one click. Amz Chrome App is a rebate and coupon platform that lets you get cashback refunds, deals and discounts on thousands of products from Amazon, Walmart, Etsy and other online marketplaces and stores. Amz Chrome App: - helps you find amazing deals while you search for products - automatically claim your refinds and apply coupons (no copy and paste) - earn rewards and cash each purchase - get early access to the newest rebates and coupons Amz Chrome App partners with your favorite brands on Amazon, Walmart, Jet and more to give you access to exclusive deals and rebates from 5% to 100% off!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kapjbeonajljiajehmghaojigeigagen |
Επίσημο URL | https://chrome.google.com/webstore/detail/amz-deals/kapjbeonajljiajehmghaojigeigagen |
Περιγραφή | Amazon Hot CashBack Deals APP! Some products are Free after rebate! |
Μέγεθος Αρχείου | 13.01 MB |
Αριθμός Εγκαταστάσεων | 295 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2021-01-27 |
Ημερομηνία Δημοσίευσης | 2020-11-25 |
Αξιολόγηση | 4.67/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | a.levonskiy |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMZ Deals", "description": "Amazon Hot CashBack Deals APP! Some products are Free after rebate!", "version": "2.0.1", "manifest_version": 2, "icons": { "48": "icons\/ext-icon-48.png", "128": "icons\/ext-icon.png" }, "browser_action": { "default_icon": "icons\/ext-icon-48.png", "default_title": "AMZ Deals", "default_popup": "popup\/popup.html" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/amazon.com\/*", "*:\/\/www.amazon.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/amazon.com\/*", "*:\/\/www.amazon.com\/*" ], "js": [ "content-inject-styles.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "*:\/\/amazon.com\/*", "*:\/\/www.amazon.com\/*", "storage" ], "web_accessible_resources": [ "images\/*", "external_css\/style.css", "fonts\/*" ] } |