Coupon2Deal
Coupon2Deal extension is here to provide you cashback from almost every store.
Τι είναι το Coupon2Deal;
Το Coupon2Deal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον callsmaster, και η κύρια λειτουργία του είναι "Coupon2Deal extension is here to provide you cashback from almost every store.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Coupon2Deal
Λήψη αρχείων επέκτασης Coupon2Deal σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Coupon2Deal is USA based online platform established in 2019 with its arms and network spread worldwide. We, at Coupon2Deal are devoted to deliver the best outcome to our users to fulfill the buds of their love for shopping while sitting at home with a cup of coffee. Since shopping dwells in almost every heart, we run our global network by providing interesting Deals, Coupons & Promo Codes; applicable for different shopping channels to our shopping audience. Through the Deals, Coupons and Discounts we bring, you save more and shop more. Visit https://www.coupon2deal.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | liljjnfbhfaimmnhonkbckeogkbmekcm |
Επίσημο URL | https://chrome.google.com/webstore/detail/coupon2deal/liljjnfbhfaimmnhonkbckeogkbmekcm |
Περιγραφή | Coupon2Deal extension is here to provide you cashback from almost every store. |
Μέγεθος Αρχείου | 25.28 KB |
Αριθμός Εγκαταστάσεων | 6,000 |
Τρέχουσα Έκδοση | 2.8 |
Τελευταία Ενημέρωση | 2022-01-25 |
Ημερομηνία Δημοσίευσης | 2020-09-20 |
Αξιολόγηση | 4.49/5 Συνολικά 41 Αξιολογήσεις |
Προγραμματιστής | callsmaster |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.coupon2deal.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.coupon2deal.com/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coupon2Deal", "version": "2.8", "description": "Coupon2Deal extension is here to provide you cashback from almost every store.", "icons": { "128": ".\/icons\/c2d128.png", "48": ".\/icons\/c2d48.png", "16": ".\/icons\/c2d16.png" }, "browser_action": { "default_icon": ".\/icons\/c2d128.png", "default_title": "Coupon2Deal" }, "background": { "scripts": [ ".\/background\/event.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/www.coupontodeal.com\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ ".\/shared\/content.js" ], "css": [ ".\/shared\/content.css" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "declarativeContent" ], "web_accessible_resources": [ "https:\/\/super-dashboard-images-cdn.s3.amazonaws.com\/images\/1628586860044-coupon2deallogojpg.jpeg" ] } |