My Coupon Tab
Automatically Finds the Best Coupons
Τι είναι το My Coupon Tab;
Το My Coupon Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον newidea, και η κύρια λειτουργία του είναι "Automatically Finds the Best Coupons".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης My Coupon Tab
Λήψη αρχείων επέκτασης My Coupon Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Automatically Finds the Best Coupons Automatically finds the best coupons while you visit your favorite store. No need to waste time to searching for coupons & promo codes. My Coupon Tab works with all the popular stores like Walmart, Ebay, KOHL’S , Snapfish, Target, Macy’s, Sephora & Amazon to find the best deal so you don’t have to. Free & Easy to Use Add My Coupon Tab for free and never overpay again!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oongmcmolkkiogadepeoigjjckcjonem |
Επίσημο URL | https://chrome.google.com/webstore/detail/my-coupon-tab/oongmcmolkkiogadepeoigjjckcjonem |
Περιγραφή | Automatically Finds the Best Coupons |
Μέγεθος Αρχείου | 1.17 MB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.0.7 |
Τελευταία Ενημέρωση | 2019-07-19 |
Ημερομηνία Δημοσίευσης | 2019-07-19 |
Προγραμματιστής | newidea |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Coupon Tab", "description": "Automatically Finds the Best Coupons", "version": "1.0.7", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/www.imgviewer.net\/", "http:\/\/www.myweathernewtab.com\/" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "coupon16.png", "32": "coupon32.png", "48": "coupon48.png", "128": "coupon128.png" } } |