My Coupon Tab
Automatically Finds the Best Coupons
Qu'est-ce que My Coupon Tab ?
My Coupon Tab est une extension Chrome développée par newidea, et sa fonction principale est "Automatically Finds the Best Coupons".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Coupon Tab
Téléchargez les fichiers d'extension My Coupon Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | oongmcmolkkiogadepeoigjjckcjonem |
URL Officiel | https://chrome.google.com/webstore/detail/my-coupon-tab/oongmcmolkkiogadepeoigjjckcjonem |
Description | Automatically Finds the Best Coupons |
Taille du Fichier | 1.17 MB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2019-07-19 |
Date de Publication | 2019-07-19 |
Développeur | newidea |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |