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"
    }
}