My Coupon Tab

Automatically Finds the Best Coupons

My Coupon Tabとは何ですか?

My Coupon Tabはnewideaによって開発されたChromeの拡張機能で、その主な機能は「Automatically Finds the Best Coupons」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

My Coupon Tab拡張機能のCRXファイルをダウンロード

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!                    

拡張機能の基本情報

名前 My Coupon Tab My Coupon Tab
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"
    }
}