My Coupon Tab
Automatically Finds the Best Coupons
My Coupon Tab क्या है?
My Coupon Tab newidea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically Finds the Best Coupons"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Coupon Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |